ASP.NET Identity authentication in multiple applications

Asked

Viewed 10 times

0

I currently have the following scenario. Two applications each with their database using Entity and Identity Core 2.2

My goal is to create a user center to unify the user table 'Aspnetusers' so that the user can connect to the two applications using the same password (single Sign-on). The whole scheme of groups, permissioning(roles) will be indivual, ie in each application. All applications and database are on the same server.

Doing some research I discovered Identity Server 4, but I found it a bit complex to use this tool. I wonder if Identity itself does not have a solution for this my scenario, using maybe the tables [Aspnetuserlogins] and [Aspnetusertokens]

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.