docs: add note regarding audience in auth0

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7452
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Sean Park-Ross <94021366+seanparkross@users.noreply.github.com>
GitOrigin-RevId: 44e3371c1ac901dc45672bee20cd66ca994bf61f
This commit is contained in:
Krushan Bauva 2023-01-06 16:05:37 +05:30 committed by hasura-bot
parent d2e9a2d643
commit 9a5ab43a15

View File

@ -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: