Top level options for IdentityServer.Configuration.
public class IdentityServerConfigurationOptions
name | description |
---|---|
DynamicClientRegistration { get; set; } | Options for Dynamic Client Registration |
Options for dynamic client registration.
public class DynamicClientRegistrationOptions
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). |