Click here to Skip to main content
15,885,309 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I'm pretty new to using SAML2.0,i need to implement SSO(IDP initiated SSO) functionality in my Application. My application currently authenticates users via a username/password look-up from a SQL database. my new requirement to implement SSO authentication ..Application framework 4.5 using any open source

How to implement in web application? Let me know the method to call Authentication ? Can someone help me with any sample code or article for this purpose? framework 4.5

asp.net 4.5 [IDP Initiate SSO]

What I have tried:

i tried i didnt get proper document for 4.5 framework can any one pls help
Posted
Updated 11-Dec-21 2:22am

1 solution

You can use AspNetSaml GitHub - jitbit/AspNetSaml: Very simple SAML 2.0 consumer module for ASP.NET/C#[^]
It's a very simple class for authenticating your ASP.NET 4.5 web application with SAML2 IdP.
 
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