I'm pretty new to using SAML2.0 and the library ITfoxtec.Identity.Saml2 I am looking to add SAML 2.0 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 entered username and password to authenticate user. Once authenticated redirect Main page and stored session. Same user login to validate session or cookies if session not expired to continue transaction page if expired to redirect Login Screen
I have downloaded source from ITfoxtec-Identity-Saml2 package but can't locate any documentation regarding using the package with a Framework web application. relate to calling the package from within an MVC or Core application
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?