miniOrange.SAML.SSO
7.0.2
Prefix Reserved
See the version list below for details.
dotnet add package miniOrange.SAML.SSO --version 7.0.2
NuGet\Install-Package miniOrange.SAML.SSO -Version 7.0.2
<PackageReference Include="miniOrange.SAML.SSO" Version="7.0.2" />
paket add miniOrange.SAML.SSO --version 7.0.2
#r "nuget: miniOrange.SAML.SSO, 7.0.2"
// Install miniOrange.SAML.SSO as a Cake Addin #addin nuget:?package=miniOrange.SAML.SSO&version=7.0.2 // Install miniOrange.SAML.SSO as a Cake Tool #tool nuget:?package=miniOrange.SAML.SSO&version=7.0.2
๐ก How this library helps you
- This library enable SAML 2.0 Support in your ASP.NET Framework and ASP.NET Core Web Application.
- This library is already tested with the most popular SAML 2.0 IdPs in the market like Azure AD, Okta, Onelogin, PingFederate, Pingone, Shibboleth, Salesforce, Office365, ADFS, WSO2, DUO, Google Apps, Classlinks, WordPress and all other SAML 2.0 providers.
๐ ๏ธ How to setup?
For ASP.NET Framework (.NET Framework v4.5.2 - v4.8.2)
You can follow the below instructions to configure the SAML SSO in your ASP.NET web application!
To setup SAML SSO, below guide will be helpful for you:
https://plugins.miniorange.com/asp-net-saml-sso-setup-guides
For ASP.NET Core (.NET Core 3.1, .NET 5- .NET 8)
To set up SAML Single Sign-On (SSO) in your ASP.NET Core Web Application, follow these steps:
- After installing the required package, you need to add the necessary services and middleware in your Program/Startup.cs file. You can find detailed setup instructions by following this link: https://plugins.miniorange.com/asp-net-core-saml-sso-setup-guides
Additionally, this library provides a user dashboard for configurations. You can access this admin dashboard using the given URL:
https://<your-application-base-url>/?ssoaction=config
.
e.g. https://localhost:#port#/?ssoaction=config, https://example.com?ssoaction=config
Make sure to replace <your-application-base-url>
with the actual base URL of your application. This dashboard will allow you to configure various aspects of the SSO integration.
๐Links
Please reach out to us at aspnetsupport@xecurify.com for any help regarding the plugin.
Please note that this is a fully functional evaluation version of a commercial product. The trial period is 14 days.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp2.0 is compatible. netcoreapp2.1 is compatible. netcoreapp2.2 is compatible. netcoreapp3.0 is compatible. netcoreapp3.1 is compatible. |
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Newtonsoft.Json (>= 13.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.