From 174937c6cd12be1b872579a0e76566aef818128a Mon Sep 17 00:00:00 2001 From: Eunice Waweru <73849846+msewaweru@users.noreply.github.com> Date: Mon, 13 Oct 2025 18:14:45 +0300 Subject: [PATCH] Update example to clarify scope of AllowedToUseSSPR parameter Updated examples in Update-MgPolicyAuthorizationPolicy.md to clarify user 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..69bd4e30360 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 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 enables 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