The list of JWT
audiences.
that are allowed to access. A JWT containing any of these audiences will
be accepted. When this setting is absent, JWTs with audiences:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-30 UTC."],[[["The `AuthProvider` class configures authentication providers and supports JSON Web Tokens (JWTs) for secure access."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffered message support."],["The class includes properties like `Audiences`, `AuthorizationUrl`, `Issuer`, and `JwksUri` to configure JWT-related settings and validate tokens."],["It defines fields like `IdFieldNumber`, `IssuerFieldNumber`, `JwksUriFieldNumber`, etc., which are constants representing field numbers for the respective properties."],["The `JwtLocations` property enables defining custom locations to extract JWTs from HTTP headers, query parameters, or cookies."]]],[]]