I have two projects, one is in ASP.NET that uses form authentication for the login. And the second is in simple javascript and HTML CSS. I want to implement SSO in these projects.
- Both are hosted on the same subdomain
- I do not want to use any third-party paid library.

Deepak RawatPosted Jul 4, 2023, 7:09 AM
Set up a shared cookie or token-based authentication mechanism:
example.comorsubdomain.example.com).Implement authentication verification in both projects:
Ensure secure communication:
Implement SSO logout: