AuthenticationConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
General configuration settings for authentication.
public class AuthenticationConfiguration
type AuthenticationConfiguration = class
Public Class AuthenticationConfiguration
- Inheritance
-
AuthenticationConfiguration
Remarks
Note that this is explicitly a class and not an interface, since interfaces don't support default values, after the initial release any change would break backwards compatibility.
Constructors
AuthenticationConfiguration() |
Properties
ClaimsValidator |
Gets or sets an ClaimsValidator instance used to validate the identity claims. |
RequiredEndorsements |
Gets or sets an array of JWT endorsements. |
ValidTokenIssuers |
Gets or sets a collection of valid JWT token issuers. |