1
Answer

Implement SSO in web application with different techs.

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.

  1. Both are hosted on the same subdomain
  2. I do not want to use any third-party paid library.
Answers (1)