From 5da72dee92035217c74fcb55810c199ea8b09470 Mon Sep 17 00:00:00 2001 From: mffap Date: Thu, 21 Jul 2022 13:53:06 +0200 Subject: [PATCH] fix(docs): primary domain scope (#3999) primary domain scope --- docs/docs/guides/customization/branding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/guides/customization/branding.md b/docs/docs/guides/customization/branding.md index 5b23774287..e706966dd9 100644 --- a/docs/docs/guides/customization/branding.md +++ b/docs/docs/guides/customization/branding.md @@ -41,7 +41,7 @@ The primary domain scope will restrict the login to your organization, so only u See the following link as an example. Users will be able to register and login to the organization that verified the @caos.ch domain only. ``` -https://accounts.zitadel.ch/oauth/v2/authorize?client_id=69234247558357051%40zitadel&scope=openid%20profile%20urn%3Azitadel%3Aiam%3Aorg%3Adomain%3Aprimary%3Acaos.ch&redirect_uri=https%3A%2F%2Fconsole.zitadel.ch%2Fauth%2Fcallback&state=testd&response_type=code&nonce=test&code_challenge=UY30LKMy4bZFwF7Oyk6BpJemzVblLRf0qmFT8rskUW0 +https://{your_domain.zitadel.cloud}/oauth/v2/authorize?client_id=69234247558357051%40zitadel&scope=openid%20profile%20urn%3Azitadel%3Aiam%3Aorg%3Adomain%3Aprimary%3Acaos.ch&redirect_uri=https%3A%2F%2Fconsole.zitadel.ch%2Fauth%2Fcallback&state=testd&response_type=code&nonce=test&code_challenge=UY30LKMy4bZFwF7Oyk6BpJemzVblLRf0qmFT8rskUW0 ``` :::info