Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
My thesis discusses solution about strong secure authentication using SSO (Single Sign On) in ASP.Net MVC Question: I need simple SSO implementation which provides the following:

1.Secure communication between Idp and SP using private key / public key.

2.ability to add any feature to login method like OTP.to add any feature to login method like OTP.

Would you please help me to find the best simple implementation SSO with features that i mentioned before. using windows identity foundation or any any others available solution

What I have tried:

I have searched for what i need but I found windows identity foundation that may do my the work especially with STS and SAML.2 but I coud'nt find any sample on it.
I tried to use this
http://www.c-sharpcorner.com/UploadFile/scottlysle/windows-identity-foundation-and-single-sign-on-sso/[^]
but I coldn't work with them in Visual Studio 2013
Posted
Updated 17-Jan-18 0:23am
v2

1 solution

Have a look through these CodeProject Resources[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900