PoPAuthenticationConfiguration.Nonce Property

Definition

If the protected resource (RP) requires use of a special nonce, they will publish it as part of the WWWAuthenticate header associated with a 401 HTTP response or as part of the AuthorityInfo header associated with 200 response. Set it here to make it part of the Signed HTTP Request part of the POP token.

public string Nonce { get; set; }
member this.Nonce : string with get, set
Public Property Nonce As String

Property Value

Applies to