AuthenticationProviderProperties.JwksUri Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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