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
This privacy statement applies to miniorange websites describing how we handle the personal information. When you visit any website, it may store or retrieve the information on your browser, mostly in the form of the cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not directly identify you, but it can give you a more personalized web experience. Click on the category headings to check how we handle the cookies. For the privacy statement of our solutions you can refer to the privacy policy.
Necessary cookies help make a website fully usable by enabling the basic functions like site navigation, logging in, filling forms, etc. The cookies used for the functionality do not store any personal identifiable information. However, some parts of the website will not work properly without the cookies.
These cookies only collect aggregated information about the traffic of the website including - visitors, sources, page clicks and views, etc. This allows us to know more about our most and least popular pages along with users' interaction on the actionable elements and hence letting us improve the performance of our website as well as our services.