From 2e41764d2747562ee78ea7dbee05123761c8952c Mon Sep 17 00:00:00 2001 From: Yordis Prieto Date: Wed, 14 Feb 2024 07:54:19 -0500 Subject: [PATCH] docs: Update retrieve-user-roles.md (#7374) Update retrieve-user-roles.md I feel this should be an important message to read Co-authored-by: Fabi --- docs/docs/guides/integrate/retrieve-user-roles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/guides/integrate/retrieve-user-roles.md b/docs/docs/guides/integrate/retrieve-user-roles.md index 30f6609ea9..773d1836f3 100644 --- a/docs/docs/guides/integrate/retrieve-user-roles.md +++ b/docs/docs/guides/integrate/retrieve-user-roles.md @@ -146,7 +146,7 @@ This request can be tested out in the following way: **2. Scope used:** `openid email profile urn:zitadel:iam:org:project:id:{projectId}:aud urn:iam:org:project:roles urn:zitadel:iam:org:projects:roles` -:::note +:::important In order to stay up-to-date with the latest ZITADEL standards, we recommend that you use the roles from the identifier `urn:zitadel:iam:org:project:{projectId}:roles` rather than `urn:zitadel:iam:org:project:roles`. While both identifiers are maintained for backwards compatibility, the format which includes the specific ID represents our more recent model. :::