docs(inconsistent naming): Organization ID (#10370)

# Which Problems Are Solved

partially #9342

# How the Problems Are Solved

Suggested changes.
"Resource Owner" will remain in a couple of places, since these are
terms that are used in console / APIs.

# Additional Changes


# Additional Context

---------

Co-authored-by: Stefan Benz <46600784+stebenz@users.noreply.github.com>
This commit is contained in:
Maximilian
2025-08-01 13:09:47 +02:00
committed by GitHub
parent c6392e175f
commit f73b2fefd6
7 changed files with 14 additions and 14 deletions

View File

@@ -111,7 +111,7 @@ export function SetAuthRequest() {
"urn:zitadel:iam:org:project:id:zitadel:aud",
"urn:zitadel:iam:user:metadata",
`urn:zitadel:iam:org:id:${
organizationId ? organizationId : "[organizationId]"
organizationId ? organizationId : "[Organization ID]"
}`,
];
@@ -525,7 +525,7 @@ export function SetAuthRequest() {
const value = event.target.value;
setOrganizationId(value);
allScopes[7] = `urn:zitadel:iam:org:id:${
value ? value : "[organizationId]"
value ? value : "[Organization ID]"
}`;
toggleScope(8, true);
setScope(