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)
Syntax
protected virtual bool ValidateTokenIssuer(
ClaimsIdentity identity
)
protected:
virtual bool ValidateTokenIssuer(
ClaimsIdentity^ identity
)
abstract ValidateTokenIssuer :
identity:ClaimsIdentity -> bool
override ValidateTokenIssuer :
identity:ClaimsIdentity -> bool
Protected Overridable Function ValidateTokenIssuer (
identity As ClaimsIdentity
) As Boolean
Parameters
identity
Type: System.Security.Claims.ClaimsIdentityThe ClaimsIdentity for this user.
Return Value
Type: System.Boolean
true if identity tenant issuer is in the allowed set.
See Also
AzureActiveDirectoryLoginAuthenticationProvider Class
Microsoft.WindowsAzure.Mobile.Service.Security.Providers Namespace
Return to top