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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -