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.​IdentityServerBuilderDynamicProviderExtensions

Assembly: Duende.IdentityServer

Inheritance: object → IdentityServerBuilderDynamicProviderExtensions

Extension methods for registering custom dynamic identity providers.

Methods

public static IIdentityServerBuilder
AddDynamicProvider​(IIdentityServerBuilder builder, string type)
Registers a dynamic identity provider type with the given protocol type string, authentication handler, handler options, identity provider model, and configure options.
Returns The <see cref="T:Microsoft.Extensions.DependencyInjection.IIdentityServerBuilder" /> for chaining.
builder The IdentityServer builder.
type The protocol type string (e.g., <c>"wsfed"</c> ) used as the discriminator in the identity provider store.
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