The audience claim source, indicating where to search for the audience value. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default value is "id-token". The allowed values and their meaning are:

"access-token" - The OAuth v2 access_token.
"id-token" - The OpenID Connect id_token.
"introspection" - The result of introspecting the OAuth v2 access_token.

Deprecated since 2.25. authenticationOauthProviders replaced by authenticationOauthProfiles.

Enumeration Members

Enumeration Members

ACCESS_TOKEN: "access-token"
ID_TOKEN: "id-token"
INTROSPECTION: "introspection"