简体   繁体   中英

Login on different sites with one account

I have written several different sites with asp.net core and I want to write a site called Account.MYSITENAME.com where users can only register and by logging in, they will stay logged in on the rest of my sites. Like Google, you can only log in to all Google services with Gmail. how to implement such a thing in asp.net with identity?

You need identity provider aka IdP for this Single sign on facilities(SSO). If you are looking for cloud services you can use Azure AD SSO, Okta also you can implement Google/Facebook/Apple as external identity provider in you application. For this, Check here

Also Keycloak is a good identity and access management solution if you want to host on your own. Check here

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM