User475983607 posted
Yes, I wanted to tell you exactly the authentication service.
Thank you your reply, mgebhard
Aside from the OWIN sample in my previous link, there is IdentityServer4 for using in ASP Core.
http://docs.identityserver.io/en/release/
There are also 3rd party services.
https://auth0.com/
Building your own single sign on solution from scratch is a relatively large task which takes planning. You'll need to decide on flow, what kind of tokens to use, etc.