I want to do single sign on using asp.net core
Loading
I want to do single sign on using asp.net core
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajesh GamiPosted Jan 3, 2023, 11:26 AM
https://www.c-sharpcorner.com/article/single-sign-on-using-asp-net-mvc-and-asp-net-core/
https://stackoverflow.com/questions/14309090/c-sharp-asp-net-single-sign-on-implementation
Munib ButtPosted Jan 12, 2023, 8:45 PM
You can use Azure B2B for business-to-business scenarios and Azure B2C for business-to-consumers scenarios. They both provide a mechanism to implement single sign-on across applications.
Pasang TamangPosted Jan 3, 2023, 10:47 AM
Hi,
You can use ASP.NET Core Identity. With ASP.NET Core Identity you will have option to use Google, Facebook, Facebook and many other popular third party services. You can find full documenation here https://learn.microsoft.com/en-us/aspnet/core/security/authentication/identity?view=aspnetcore-7.0&tabs=visual-studio
Regards,
Pasang