Share via


JsonWebToken.Azp Property

Definition

Gets the 'azp' claim from the payload.

public string Azp { get; }
member this.Azp : string
Public ReadOnly Property Azp As String

Property Value

Remarks

Identifies the authorized party for the id_token. see: https://openid.net/specs/openid-connect-core-1_0.html

If the 'azp' claim is not found, an empty string is returned.

Applies to