Olympus Docs
ReferenceOIDC claims

aud

Audience(s). The client_id(s) this token was issued for.

OIDC claim: aud

Type: string or array

Source: Hydra

Description

Audience(s). The client_id(s) this token was issued for.

Where it appears

  • ID tokens (always for standard claims).
  • Userinfo endpoint response (with appropriate scope).
  • Introspection response (for opaque tokens).

On this page