SSO using Identity single login for various applications accessing the same database

Asked

Viewed 21 times

0

Hi, hello, introduction: I have been trying to understand, I believe that the functionality of cookies may be the best alternative to help my need to log into only one web page and redirect to another application with already logged in.

Question: After logging in and creating the cookie using HttpContext.SignInAsync(clams) how do I read this cookie properly and securely using other web applications that are not necessarily in the same solution as Visual Studio, but that access the same database? A web api only to log in is the best option in this case?

More details: I have the main website where I have the login page, I want to be able to log in different web applications always in this same login page after just redirecting. .Net Core 3.1

Thanks in advance

No answers

Browser other questions tagged

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