Search Results :
×ASP.NET as SAML identity provider module provides a ready-to-use solution for SAML 2.0 login using ASP.NET credentials. ASP.NET SAML IdP module acts as a SAML 2.0 identity provider which can be configured to establish the trust between the ASP.NET application and various SAML 2.0 supported service providers such as WordPress, Drupal, Moodle and many more to securely authenticate the users using the ASP.NET application credentials.
To install the module using the NuGet package, follow the steps given below:
<configuration>
<system.webServer>
<modules>
<add name="APIFilter" type="miniorangesamlsso.APIFilter"
preCondition="managedHandler"/>
</modules>
</system.webServer>
</configuration>
https://<your-application-base-url>/?ssoaction=config
To send the details from ASP.NET to your service provider in the form of SAML tokens first, we will be required to set the authenticated user details in session variables.
HttpContext.Session["Username"] = "<Authenticated_User_Username>";
HttpContext.Session["Email"] = "<Authenticated_User_Email>";
HttpContext.Session["Firstname"] =
"<Authenticated_User_Firstname>";
HttpContext.Session["Lastname"] = "<Authenticated_User_Lastname>";
https://[Your-Application-Base-URL]/?ssoaction=idpinitiatedsso
<a
href=”https://base-url/?ssoaction=idpinitiatedsso”>Login</a>
Not able to find your service provider? Mail us on aspnetsupport@xecurify.com and we'll help you set up SSO with your SP and for quick guidance (via email/meeting) on your requirement and our team will help you to select the best suitable solution/plan as per your requirement.
Need Help? We are right here!
Thanks for your inquiry.
If you dont hear from us within 24 hours, please feel free to send a follow up email to info@xecurify.com