Skip to main content
Version: vNext (upcoming release)

IdP Access Token Allowed Audiences

Summary

IdP Access Token Allowed Audiences controls how the audience claim of an incoming IdP-issued access token is validated.

For Microsoft Entra an access-token is a JWT with an audience claim. When the IdP Access Token Allowed Audiences option is set, the aud claim of the access token JWT must match one of the entries.

This option can also be configured at the route-level.

How to Configure

Config file keysEnvironment variablesType
idp_access_token_allowed_audiencesIDP_ACCESS_TOKEN_ALLOWED_AUDIENCESArray of strings

Examples

idp_access_token_allowed_audiences:
- https://sts.windows.net/f42bce3b-671c-4162-b24c-00ecc7641897/
- https://login.microsoftonline.com/f42bce3b-671c-4162-b24c-00ecc7641897/
Feedback