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

Assembly: Duende.IdentityServer

Inheritance: object → SamlUserInteractionOptions

Options for SAML user interaction endpoint paths.

Properties

public string
Route
Gets or sets the base route for all SAML endpoints. Default: "/saml".
public string
Metadata
Gets or sets the path for the SAML metadata endpoint. Default: "/metadata".
public string
SignInPath
Gets or sets the path for the SAML sign-in endpoint. Default: "/signin".
public string
SignInCallbackPath
Gets or sets the path for the SAML sign-in callback endpoint. Default: "/signin_callback".
public string
IdpInitiatedPath
Gets or sets the path for the IdP-initiated SSO endpoint. Default: "/idp-initiated".
public string
SingleLogoutPath
Gets or sets the path for the SAML single logout endpoint. Default: "/logout".
public string
SingleLogoutCallbackPath
Gets or sets the path for the SAML single logout callback endpoint. Default: "/logout_callback".

Methods

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