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 Duende.​IdentityServer.​Configuration.​DynamicProviderOptions
Assembly: Duende.IdentityServer
Inheritance: object → DynamicProviderOptions
Configures the dynamic external provider feature.
Properties
PathPrefix
Prefix in the pipeline for callbacks from external providers. Defaults to "/federation".
public
System.​Func<​Microsoft.​AspNetCore.​Http.​HttpContext, System.​Threading.​Tasks.​Task<​string>>
PathMatchingCallback
If set, this callback will be used over <see cref="P:Duende.IdentityServer.Configuration.DynamicProviderOptions.PathPrefix" /> to determine if the request is for a dynamic provider.
If the request is a match, the callback should return the name of the scheme which matched.
public
string
SignInScheme
Scheme used for signin. Defaults to the constant IdentityServerConstants.ExternalCookieAuthenticationScheme.
public
string
SignOutScheme
Scheme for signout. Defaults to the constant IdentityServerConstants.DefaultCookieAuthenticationScheme.
public
bool
SignOutSchemeSetExplicitly
Gets a value indicating if the SignOutScheme was set explicitly, either by application logic or by options binding.
Methods
public
void
AddProviderType​(string type)
Registers a provider configuration model and authentication handler for the protocol type being used.
public
DynamicProviderType
FindProviderType​(string type)
Finds the DynamicProviderType registration by protocol type.
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object