mirror of
https://github.com/zitadel/zitadel.git
synced 2025-02-28 23:47:24 +00:00
docs: fix mention of localhost:3000 in docs (#6506)
fix mention of localhost:3000 in docs Co-authored-by: mffap <mpa@zitadel.com>
This commit is contained in:
parent
c3c2a43d46
commit
7f7a3e2ddd
@ -38,7 +38,7 @@ This claim identifies the audience, i.e. the resource server, that this token is
|
|||||||
If a resource server does not identify itself with a value in the "aud" claim when this claim is present, then the must be rejected (see [RFC7519](https://www.rfc-editor.org/rfc/rfc7519#section-4.1.3) for more details).
|
If a resource server does not identify itself with a value in the "aud" claim when this claim is present, then the must be rejected (see [RFC7519](https://www.rfc-editor.org/rfc/rfc7519#section-4.1.3) for more details).
|
||||||
|
|
||||||
You might encounter this error message from ZITADEL, typically when you authenticated with a client in one project and trying to access an application in another project.
|
You might encounter this error message from ZITADEL, typically when you authenticated with a client in one project and trying to access an application in another project.
|
||||||
You need add a specific [reserved scope](http://localhost:3000/docs/apis/openidoauth/scopes#reserved-scopes) to add the projectID to the audience of the access token.
|
You need add a specific [reserved scope](/docs/apis/openidoauth/scopes#reserved-scopes) to add the projectID to the audience of the access token.
|
||||||
|
|
||||||
The two scenarios should help you troubleshoot this issue:
|
The two scenarios should help you troubleshoot this issue:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user