Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class Microsoft.​Extensions.​DependencyInjection.​IdentityServerBuilderExtensionsSaml

Assembly: Duende.IdentityServer

Inheritance: object → IdentityServerBuilderExtensionsSaml

Builder extension methods for opting in to SAML 2.0 support.

Methods

public static IIdentityServerBuilder
AddSaml​(IIdentityServerBuilder builder)
Adds SAML 2.0 support to IdentityServer.
builder The builder.
Remarks Registers all SAML services and endpoints, and enables the SAML endpoints in <see cref="T:Duende.IdentityServer.Configuration.EndpointsOptions" /> . The IdP-initiated SSO endpoint is not enabled by default; set <see cref="P:Duende.IdentityServer.Configuration.EndpointsOptions.EnableSamlIdpInitiatedEndpoint" /> to <c>true</c> explicitly if you need it.
public static IIdentityServerBuilder
AddSamlServiceProviderStore​(IIdentityServerBuilder builder)
Adds a custom SAML service provider store.
builder The builder.
public static IIdentityServerBuilder
AddSamlServiceProviderStoreCache​(IIdentityServerBuilder builder)
Adds the SAML service provider store cache.
builder The builder.
public static IIdentityServerBuilder
AddSamlServiceProviderConfigurationValidator​(IIdentityServerBuilder builder)
Adds a SAML service provider configuration validator.
builder The builder.
public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object