Language

AuthenticationProviderProperties.JwksUri Property

Definition

The JSON Web Key Set (JWKS) URI used to retrieve the public keys for JWT validation. Example: https://login.microsoftonline.com/{Microsoft Entra Tenant ID}/discovery/v2.0/keys.

public Uri JwksUri { get; set; }
member this.JwksUri : Uri with get, set
Public Property JwksUri As Uri

Property Value

Uri

Applies to