Skip to content

Commit 2c52c37

Browse files
Merge pull request #249783 from omondiatieno/user-consent
user consent - Update UI steps
2 parents 8e12282 + d8b89ef commit 2c52c37

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/active-directory/manage-apps/configure-user-consent.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ To configure user consent, you need:
4141

4242
To configure user consent settings through the Azure portal:
4343

44-
1. Sign in to the [Azure portal](https://portal.azure.com) as a [Global Administrator](../roles/permissions-reference.md#global-administrator).
44+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as as a [Global Administrator](../roles/permissions-reference.md#global-administrator).
4545

46-
1. Select **Azure Active Directory** > **Enterprise applications** > **Consent and permissions** > **User consent settings**.
46+
1. Browse to **Identity** > **Applications** > **Enterprise applications** > **Consent and permissions** > **User consent settings**.
4747

4848
1. Under **User consent for applications**, select which consent setting you want to configure for all users.
4949

@@ -66,6 +66,7 @@ Connect-MgGraph -Scopes "Policy.ReadWrite.Authorization"
6666
```
6767

6868
### Disable user consent
69+
6970
To disable user consent, ensure that the consent policies (`PermissionGrantPoliciesAssigned`) include other current `ManagePermissionGrantsForOwnedResource.*` policies if any while updating the collection. This way, you can maintain your current configuration for user consent settings and other resource consent settings.
7071

7172
```powershell
@@ -80,6 +81,7 @@ Update-MgPolicyAuthorizationPolicy -AuthorizationPolicyId authorizationPolicy -B
8081
```
8182

8283
### Allow user consent subject to an app consent policy
84+
8385
To allow user consent, choose which app consent policy should govern users' authorization to grant consent to apps. Please ensure that the consent policies (`PermissionGrantPoliciesAssigned`) include other current `ManagePermissionGrantsForOwnedResource.*` policies if any while updating the collection. This way, you can maintain your current configuration for user consent settings and other resource consent settings.
8486

8587
```powershell

0 commit comments

Comments
 (0)