Skip to content

Commit e1e39a9

Browse files
authored
Improve wording of adminconsent target
1 parent 44a74f5 commit e1e39a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@ When granting tenant-wide admin consent using either method described above, a w
7373
The tenant-wide admin consent URL follows the following format:
7474

7575
```http
76-
https://login.microsoftonline.com/{tenant-id}/adminconsent?client_id={client-id}
76+
https://login.microsoftonline.com/{organization}/adminconsent?client_id={client-id}
7777
```
7878

7979
where:
8080

8181
- `{client-id}` is the application's client ID (also known as app ID).
82-
- `{tenant-id}` is your organization's tenant ID or any verified domain name.
82+
- `{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.
8383

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

0 commit comments

Comments
 (0)