Version 6.x has been out of support since May 14, 2024, and this corresponding section of the documentation is no longer maintained. We strongly recommend you upgrade to the latest supported version of 7.x and read the latest version of this documentation.

Options

IdentityServerConfigurationOptions

Top level options for IdentityServer.Configuration.

public class IdentityServerConfigurationOptions

Public Members

name description
DynamicClientRegistration { get; set; } Options for Dynamic Client Registration

DynamicClientRegistrationOptions

Options for dynamic client registration.

public class DynamicClientRegistrationOptions

Public Members

name description
SecretLifetime { get; set; } Gets or sets the lifetime of secrets generated for clients. If unset, generated secrets will have no expiration. Defaults to null (secrets never expire).