asp.net - Share user authentication with different sites on same domain -


i have asp.net mvc site runs on www.company.com , has user registration , login pages etc. use identity 2.0 user management.

i start migrating site angular application asp.net core web api on app.company.com

i'm not sure how manage user authentication / authorization.

the user login www.company.com, , parts of site (seamlessly user, aside url change) go app.company.com

how can have seamless sign on experience app.company.com? app.company.com need know authenticated user is, though user authenticated against www.company.com?

i have had same situation in 1 of project. our solution use identityserver sso. can configure identityserver use existing user database.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -