Info
| Version: | 4.20.1 |
| Author(s): | Anders Revsgaard |
| Last Update: | Saturday, June 27, 2026 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://www.foxids.com/components/identitysaml2 |
| NuGet Url: | https://www.nuget.org/packages/ITfoxtec.Identity.Saml2.MvcCore |
Install
Install-Package ITfoxtec.Identity.Saml2.MvcCore
dotnet add package ITfoxtec.Identity.Saml2.MvcCore
paket add ITfoxtec.Identity.Saml2.MvcCore
ITfoxtec.Identity.Saml2.MvcCore Download (Unzip the "nupkg" after downloading)
Dependencies
net461
- ITfoxtec.Identity.Saml2(>= 4.2.0)
- Microsoft.AspNetCore.Authentication.Cookies(>= 2.1.2)
- Microsoft.AspNetCore.Hosting.Abstractions(>= 2.1.1)
- Microsoft.AspNetCore.Http.Abstractions(>= 2.1.1)
- Microsoft.AspNetCore.Mvc.Abstractions(>= 2.1.3)
- Microsoft.AspNetCore.Mvc.Core(>= 2.1.11)
- ITfoxtec.Identity.Saml2(>= 4.2.0)
- Microsoft.AspNetCore.Authentication.Cookies(>= 2.2.0)
- Microsoft.AspNetCore.Hosting.Abstractions(>= 2.2.0)
- Microsoft.AspNetCore.Http.Abstractions(>= 2.2.0)
- Microsoft.AspNetCore.Mvc.Abstractions(>= 2.2.0)
- Microsoft.AspNetCore.Mvc.Core(>= 2.2.5)
- ITfoxtec.Identity.Saml2(>= 4.2.0)
- Microsoft.IdentityModel.Tokens.Saml(>= 6.8.0)
- System.IdentityModel.Tokens.Jwt(>= 6.8.0)
- System.Security.Cryptography.Xml(>= 5.0.0)
- System.ServiceModel.Security(>= 4.8.0)
- ITfoxtec.Identity.Saml2(>= 4.2.0)
- Microsoft.IdentityModel.Tokens.Saml(>= 5.4.0)
- System.IdentityModel.Tokens.Jwt(>= 5.4.0)
- System.Runtime.InteropServices(>= 4.3.0)
- System.Security.Cryptography.Xml(>= 4.5.0)
- System.ServiceModel.Security(>= 4.5.3)
Tags
Adds SAML 2.0 service and middleware registration, request conversion, cookie authentication integration, and IActionResult helpers for SAML 2.0 login, logout, metadata, Redirect, POST, Artifact, and SOAP responses. Includes the core library's modern RSA/ECDSA signature validation and configurable assertion encryption support.
The README explains when to implement SAML 2.0 directly in ASP.NET Core and when FoxIDs can act as an external SAML 2.0 bridge for applications that already support OpenID Connect or WS-Federation.