Configuration for an authentication provider, including support for
JSON Web Token
(JWT) <https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32>__.
Attributes
Name
Description
audiences
MutableSequence[str]
The list of JWT
audiences __.
that are allowed to access. A JWT containing any of these
audiences will be accepted.
allowed_issuers
MutableSequence[str]
A list of allowed JWT issuers. Each entry must be a valid
Google service account, in the following format:
service-account-name@project-id.iam.gserviceaccount.com
Configuration for an authentication provider, including support for
JSON Web Token
(JWT) <https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32>__.
[[["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 2026-06-04 UTC."],[],[]]