AzureActiveDirectoryLoginAuthenticationProvider.ValidateTokenIssuer Method (ClaimsIdentity)

 

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

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Security.Providers
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

protected virtual bool ValidateTokenIssuer(
	ClaimsIdentity identity
)

Parameters

identity
Type: System.Security.Claims.ClaimsIdentity

The ClaimsIdentity for this user.

Return Value

Type: System.Boolean

true if identity tenant issuer is in the allowed set.

Return to top
Show: