AuthenticationConfiguration Class

Definition

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.

Applies to