What is the best method for SSO to combine multiple ASP.net C# and VB.net application either to implement SSO with ADFS or with common database to save single login credentials.
Hi rsivainoform,
You can use OpenID Connect with ADFS :
https://docs.microsoft.com/en-us/windows-server/identity/ad-fs/development/enabling-openid-connect-with-ad-fs
Or WIF :
https://docs.microsoft.com/en-us/dotnet/framework/security/building-my-first-claims-aware-aspnet-web-app
Then use ADFS as STS .
Best Regards,
Nan Yu
Thanks you for sharing the information.