TokenValidationParameters.RoleClaimTypeRetriever Property

Definition

Gets or sets a delegate that will be called to set the property RoleClaimType after validating a token.

public Func<Microsoft.IdentityModel.Tokens.SecurityToken,string,string> RoleClaimTypeRetriever { get; set; }
member this.RoleClaimTypeRetriever : Func<Microsoft.IdentityModel.Tokens.SecurityToken, string, string> with get, set
Public Property RoleClaimTypeRetriever As Func(Of SecurityToken, String, String)

Property Value

Remarks

The function will be passed:

The SecurityToken that is being validated.

The issuer associated with the token.

Returns the value that will set the property RoleClaimType.

Applies to