Glossary
JWT Audience (aud) Claim (Agent)
The JWT audience claim identifies the service or API a token is meant for. A receiving system should reject the token if it was minted for a different audience.
The JWT audience claim identifies the service or API a token is meant for. A receiving system should reject the token if it was minted for a different audience.