mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-24 10:57:55 +00:00
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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user