How to share authentication between two asp.net application -


i asp.net application a use web api , identity.

now create asp.net application b use singalr, host on different server

so how application b use authentication in a?

currently, idea oauth, if correct, how in asp.net identity? or have write things myself.

thank you

there lots of way solve problem, jwt may way go here. can use application a provide authentication (as doing). application a return json web token can use authorize users on application b assuming use same backing secret them both.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -