Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.

README.md

Samples.IdentityServer4.Saml2pIntegration

IdentityServer 4 implementation with support for SAML2P service providers. The SAML2P component is available from www.identityserver.com/products/saml2p.

The master branch currently uses IdentityServer4 v4 and Rsk.IdentityServer.Saml v4. Check out identityserver4-v3 for IdentityServer4 v3 and Rsk.IdentityServer.Saml v3 samples. Both IdentityServer4 v3 and v4 are supported by our SAML component.

Projects

  • idp: an IdentityServer4 implementation configured to act as a SAML Identity Provider with Service Provider configuration loaded from memory
  • idpWithEf: an IdentityServer4 implementation configured to act as a SAML Identity Provider with Service Provider configuration loaded from a database
  • idpWithIdpInitiated: an IdentityServer4 implementation configured to send unsolicited SAML assertions using IdP-Initiated SSO
  • sp: an IdentityServer4 implementation configured to act as both a SAML Identity Provider and a SAML Service Provider
  • spWithIdpInitiated: an ASP.NET Core website that can accept unsolicited SAML assertions sent via IdP-Initiated SSO
  • spWithMultipleIdps: an ASP.NET Core website that can authenticate a user using two different SAML Identity Providers

Getting Started

You can’t perform that action at this time.