OptionalaudiencesThe allowed token audiences, as specified in the 'aud' claim of federated tokens.
The audience identifier is intended to represent the recipient of the token.
Can be any non-empty string value. As long as the audience in the token matches
at least one audience in the policy, the token is considered a match. If audiences
is unspecified, defaults to your
OptionalissuerThe required token issuer, as specified in the 'iss' claim of federated tokens.
OptionaljwksThe public keys used to validate the signature of federated tokens, in JWKS format.
Most use cases should not need to specify this field. If jwks_uri and jwks_json
are both unspecified (recommended),
OptionaljwksURL of the public keys used to validate the signature of federated tokens, in
JWKS format. Most use cases should not need to specify this field. If jwks_uri
and jwks_json are both unspecified (recommended),
OptionalsubjectThe required token subject, as specified in the subject claim of federated tokens. Must be specified for service principal federation policies. Must not be specified for account federation policies.
OptionalsubjectThe claim that contains the subject of the token. If unspecified, the default value is 'sub'.
Specifies the policy to use for validating OIDC claims in your federated tokens.