AzureActiveDirectoryLoginAuthenticationProvider.ValidateTokenIssuer Method
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.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET