From 7db16c281abe13bc498da22c0cfbed6844129108 Mon Sep 17 00:00:00 2001 From: Eunice Waweru <73849846+msewaweru@users.noreply.github.com> Date: Mon, 13 Oct 2025 18:09:04 +0300 Subject: [PATCH] Clarify examples for user role permissions Updated examples in Update-MgPolicyAuthorizationPolicy.md to clarify roles and permissions. --- .../v1.0/examples/Update-MgPolicyAuthorizationPolicy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Identity.SignIns/v1.0/examples/Update-MgPolicyAuthorizationPolicy.md b/src/Identity.SignIns/v1.0/examples/Update-MgPolicyAuthorizationPolicy.md index 5fc3017c21b..3c9237ae8a6 100644 --- a/src/Identity.SignIns/v1.0/examples/Update-MgPolicyAuthorizationPolicy.md +++ b/src/Identity.SignIns/v1.0/examples/Update-MgPolicyAuthorizationPolicy.md @@ -45,7 +45,7 @@ Update-MgPolicyAuthorizationPolicy -BodyParameter $params ``` This example will disable default user role's permission to create applications -### Example 4: Enable default user role to use Self-Serve Password Reset feature +### Example 4: Enable administrators to use the self-serve password reset feature ```powershell @@ -58,7 +58,7 @@ $params = @{ Update-MgPolicyAuthorizationPolicy -BodyParameter $params ``` -This example will enable default user role to use self-serve password reset feature +This example will enable administrators to use Self-Serve Password Reset feature. To disable this feature, set `allowedToUseSSPR` to `$false`. ### Example 5: Disable user consent to apps for default user role