AzureActiveDirectoryLoginAuthenticationProvider.ValidateTokenIssuer Method

Definition

Verifies that the identity tenant issuer is in the allowed set determined by the set of tenants configured for this service.

protected virtual bool ValidateTokenIssuer (System.Security.Claims.ClaimsIdentity identity);
abstract member ValidateTokenIssuer : System.Security.Claims.ClaimsIdentity -> bool
override this.ValidateTokenIssuer : System.Security.Claims.ClaimsIdentity -> bool
Protected Overridable Function ValidateTokenIssuer (identity As ClaimsIdentity) As Boolean

Parameters

identity
ClaimsIdentity

The ClaimsIdentity for this user.

Returns

true if identity tenant issuer is in the allowed set.

Applies to