Skip to content

Commit 4b5ea89

Browse files
authored
Merge pull request #111454 from foxt/patch-1
Provide more information regarding constructing the admin consent URL.
2 parents 5aa1251 + e8e0364 commit 4b5ea89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/active-directory/manage-apps/grant-admin-consent.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,11 @@ https://login.microsoftonline.com/{organization}/adminconsent?client_id={client-
8080
where:
8181

8282
- `{client-id}` is the application's client ID (also known as app ID).
83-
- `{organization}` is the tenant ID or any verified domain name of the tenant you want to consent the application in. You can use the value `common`, which will cause the consent to happen in the home tenant of the user you sign in with.
83+
- `{organization}` is the tenant ID or any verified domain name of the tenant you want to consent the application in. You can use the value `organizations`, which will cause the consent to happen in the home tenant of the user you sign in with.
8484

8585
As always, carefully review the permissions an application requests before granting consent.
8686

87+
For more information on constructing the tenant-wide admin consent URL, see [Admin consent on the Microsoft identity platform](../develop/v2-admin-consent.md).
8788

8889
:::zone-end
8990

0 commit comments

Comments
 (0)