mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
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:
parent
d2e9a2d643
commit
9a5ab43a15
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user