I'm working for a state office which has an enterprise portal built on legacy ASP.NET Web forms and uses the standard forms authentication. It's an intranet portal.
Login screen validates the user credentials against the SQL Server database, creates session record in the table and redirects to the home page.
It also allows the redirection to another ASP.NET application (to & FRO) using the screen name option.
Client is looking for a new authentication approach which is secured and safe to validate the user( like a single-sign on) and redirect the user to home page.
Please suggest the best secured frameworks from Microsoft or any third party providers for this type of requirement.