Class ValidationOptions
- Namespace
- Duende.IdentityServer.Configuration
- Assembly
- Duende.IdentityServer.dll
The ValidationOptions contains settings that affect some of the default validation behavior.
public class ValidationOptions
- Inheritance
-
ValidationOptions
- Inherited Members
Constructors
ValidationOptions()
public ValidationOptions()
Properties
InvalidRedirectUriPrefixes
Collection of URI scheme prefixes that should never be used as custom URI schemes in the redirect_uri passed to the authorize endpoint or the post_logout_redirect_uri passed to the end_session endpoint.
public ICollection<string> InvalidRedirectUriPrefixes { get; }