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]