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.​EndpointsOptions
Assembly: Duende.IdentityServer
Inheritance: object → EndpointsOptions
Configures which endpoints are enabled or disabled.
Properties
public
bool
EnableAuthorizeEndpoint
Gets or sets a value indicating whether the authorize endpoint is enabled.
public
bool
EnableJwtRequestUri
Gets or sets if JWT request_uri processing is enabled on the authorize endpoint.
public
bool
EnableTokenEndpoint
Gets or sets a value indicating whether the token endpoint is enabled.
public
bool
EnableUserInfoEndpoint
Gets or sets a value indicating whether the user info endpoint is enabled.
public
bool
EnableDiscoveryEndpoint
Gets or sets a value indicating whether the discovery document endpoint is enabled.
public
bool
EnableEndSessionEndpoint
Gets or sets a value indicating whether the end session endpoint is enabled.
public
bool
EnableCheckSessionEndpoint
Gets or sets a value indicating whether the check session endpoint is enabled.
public
bool
EnableTokenRevocationEndpoint
Gets or sets a value indicating whether the token revocation endpoint is enabled.
public
bool
EnableIntrospectionEndpoint
Gets or sets a value indicating whether the introspection endpoint is enabled.
public
bool
EnableDeviceAuthorizationEndpoint
Gets or sets a value indicating whether the device authorization endpoint is enabled.
public
bool
EnableBackchannelAuthenticationEndpoint
Gets or sets a value indicating whether the backchannel authentication endpoint is enabled.
public
bool
EnablePushedAuthorizationEndpoint
Gets or sets a value indicating whether the pushed authorization endpoint is enabled.
public
bool
EnableOAuth2MetadataEndpoint
Gets or sets a value indicating whether the OAuth 2.0 metadata endpoint (.well-known/oauth-authorization-server) is enabled.
public
bool
EnableSamlMetadataEndpoint
Gets or sets a value indicating whether the SAML metadata endpoint is enabled.
public
bool
EnableSamlSigninEndpoint
Gets or sets a value indicating whether the SAML sign-in (SSO) endpoint is enabled.
public
bool
EnableSamlSigninCallbackEndpoint
Gets or sets a value indicating whether the SAML sign-in callback endpoint is enabled.
public
bool
EnableSamlIdpInitiatedEndpoint
Gets or sets a value indicating whether the SAML IdP-initiated SSO endpoint is enabled.
public
bool
EnableSamlLogoutEndpoint
Gets or sets a value indicating whether the SAML Single Logout (SLO) endpoint is enabled.
public
bool
EnableSamlLogoutCallbackEndpoint
Gets or sets a value indicating whether the SAML Single Logout callback endpoint is enabled.
Methods
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