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.

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