Search Results :
×Need Help? Schedule a free meeting with our experts right away using Calendly
Book Your SlotTrial
Start NowFeatures Provided
SAML 2.0 Identity Providers are
supported
Unlimited SSO Authentications
Basic Attribute Mapping & Account Linking
Setup guide to configure IDP
Auto Redirect To IDP
SAML Single Logout
Custom Redirect URL after Login and Logout
Custom Attributing Mapping
Configurable SP Metadata
Group + Role Mapping
Domain Restriction
Multi-tenant applications support
Custom SP Certificates
**Multiple SAML Identity Providers are supported
$449*
Buy NowFeatures Provided
SAML 2.0 Identity Providers are
supported
Unlimited SSO Authentications
Basic Attribute Mapping & Account Linking
Setup guide to configure IDP
Auto Redirect To IDP
SAML Single Logout
Custom Redirect URL after Login and Logout
Custom Attributing Mapping
Configurable SP Metadata
Group + Role Mapping
Domain Restriction
Multi-tenant applications support
Custom SP Certificates
**Multiple SAML Identity Providers are supported
Best Value
$649*
Buy NowFeatures Provided
SAML 2.0 Identity Providers are supported
Unlimited SSO Authentications
Basic Attribute Mapping & Account Linking
Setup guide to configure IDP
Auto Redirect To IDP
SAML Single Logout
Custom Redirect URL after Login and Logout
Custom Attributing Mapping
Configurable SP Metadata
Group + Role Mapping
Domain Restriction
Multi-tenant applications support
Custom SP Certificates
**Multiple SAML Identity Providers are supported
Need Help? We do offer technical support!
* We offer significant discounts on bulk licence purchases and licences for pre-production environments. As the number of licences increases, so does the discount percentage.Note: To integrate the miniOrange ASP.NET SAML SSO middleware in your application, you will be required to add the below namespaces, services and middleware in your project (marked in green), below here is a sample example
using miniorange.saml; using System.Reflection; var builder=WebApplication.CreateBuilder(args); // Add services to the container. builder.Services.AddRazorPages(); builder.Services.AddminiOrangeServices(Assembly.GetExecutingAssembly()); var app = builder.Build(); if(!app.Environment.IsDevelopment()) { app.UseExceptionHandler("/Error"); app.UseHsts(); } app.UseHttpsRedirection(); app.UseRouting(); app.UseAuthorization(); app.MapRazorPages(); app.UseCookiePolicy(); app.UseAuthentication(); app.UseStaticFiles(); app.UseminiOrangeSAMLSSOMiddleware(); app.Run();
https://<asp.net-core-application-base-url>/?ssoaction=config
There are two ways detailed below with which you can get the SAML SP metadata to configure onto your identity provider end.
There are two ways detailed below with which you can configure your SAML identity provider metadata in the middleware.
string name=""; string claimtype=""; string claimvalue=""; if(User.Identity.IsAuthenticated) { foreach( var claim in User.Claims) { claimtype = claim.Type; claimvalue = claim.Value; } retrive custom attributes(for eg. Retrieve Mapped 'mobileNumber' attribute of your IDP) var identity = (ClaimsIdentity)User.Identity; IEnumerable claims = identity.Claims; string mobileNumber = identity.FindFirst("mobileNumber")?.Value; }
https://base-url/?ssoaction=login
<a href=”https://base-url/?ssoaction=login”>Log
in</a>
https://base-url/?ssoaction=logout
<a href=”https://base-url/?ssoaction=logout”>Log
out</a>
You can configure the ASP.NET Core SAML Single Sign-On (SSO) middleware with any identity provider such as ADFS, Azure AD, Bitium, centrify, G Suite, JBoss Keycloak, Okta, OneLogin, Salesforce, AWS Cognito, OpenAM, Oracle, PingFederate, PingOne, RSA SecureID, Shibboleth-2, Shibboleth-3, SimpleSAML, WSO2 or even with your own custom identity provider. Check the list of identity providers here.
Not able to find your identity provider? Mail us on aspnetsupport@xecurify.com and we'll help you set up SSO with your IDP 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.
Explore the Benefits of Our ASP.NET Single Sign On Plugin with a Live Demo by Our miniOrange Expert
Thank you for your response. We will get back to you soon.
Something went wrong. Please submit your query again
Contact us at - +1 978 658 9387 (US) | +91 97178 45846 (India) aspnetsupport@xecurify.com