Info
Version: | 3.0.0 |
Author(s): | Peter Doering |
Last Update: | Friday, October 30, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/doeringp/IdentityServer4.Contrib.Saml2BearerGrant |
NuGet Url: | https://www.nuget.org/packages/IdentityServer4.Contrib.Saml2BearerGrant |
Install
Install-Package IdentityServer4.Contrib.Saml2BearerGrant
dotnet add package IdentityServer4.Contrib.Saml2BearerGrant
paket add IdentityServer4.Contrib.Saml2BearerGrant
IdentityServer4.Contrib.Saml2BearerGrant Download (Unzip the "nupkg" after downloading)
Dependencies
- IdentityServer4(>= 3.0.0)
- Microsoft.IdentityModel.Tokens.Saml(>= 6.8.0)
Tags
Adds support for SAML 2.0 and SAML 1.1 assertions as grant for token requests.
New grant types "urn:ietf:params:oauth:grant-type:saml2-bearer" and "urn:ietf:params:oauth:grant-type:saml-bearer" (WS-Federation uses SAML 1.1 assertions).
You can add the extension grant types to IdentityServer using the extension builder methods AddSamlBearerGrant() and AddSaml2BearerGrant().
This extension was built for legacy applications using SAML or WS-Federation authentication to change SAML assertions for OAuth2 access tokens.