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

Assembly: Duende.IdentityServer

Inheritance: object → SamlEndpointOptions

Options for SAML endpoint paths and bindings.

Properties

public string
SingleSignOnServicePath
Gets or sets the path for the SAML 2.0 Single Sign-On Service endpoint. Default: "/Saml2/SSO".
SingleSignOnServiceBindings
Bindings supported for the Single Sign-On Service endpoint. Set to empty to disable the endpoint. Defaults to HTTP-Redirect and HTTP-POST.
public string
SingleSignOnCallbackPath
Gets or sets the path for the SAML 2.0 Single Sign-On callback endpoint. Default: "/Saml2/SSO/Callback".
SingleLogoutServiceBindings
Bindings supported for SingleLogoutService. Set to empty to disable endpoint.
public string
SingleLogoutServicePath
Gets or sets the path for the SAML single logout endpoint. Default: "/Saml2/SLO".
public string
SingleLogoutCallbackPath
Gets or sets the path for the SAML single logout callback endpoint. Default: "/Saml2/SLO/Callback".
public string
StateIdParameterName
Gets or sets the query string parameter name used to pass the SAML sign-in state identifier through the return URL. Default: "samlStateId".

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