diff --git a/docs/docs/auth/authentication/integrations/auth0-jwt.mdx b/docs/docs/auth/authentication/integrations/auth0-jwt.mdx index 2e6ab1176d9..84991a40763 100644 --- a/docs/docs/auth/authentication/integrations/auth0-jwt.mdx +++ b/docs/docs/auth/authentication/integrations/auth0-jwt.mdx @@ -118,6 +118,14 @@ For example: > ``` +:::info Audience + +You need to ensure that `audience` is set in the JWT. This can be done through appropriate client configuration or by +setting the default audience in the +[tenant settings](https://auth0.com/docs/get-started/tenant-settings#api-authorization-settings) of Auth0. + +::: + ## Test auth0 login and generate sample JWTs for testing You don't need to integrate your UI with Auth0 for testing. There are 2 ways you can test connections: