Skip to content

Commit 42ad1d2

Browse files
Update example to clarify scope of AllowedToUseSSPR parameter (#3417)
Updated examples in Update-MgPolicyAuthorizationPolicy.md to clarify user roles and permissions. Co-authored-by: Ramses Sanchez-Hernandez <[email protected]>
1 parent 167f29d commit 42ad1d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Identity.SignIns/v1.0/examples/Update-MgPolicyAuthorizationPolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Update-MgPolicyAuthorizationPolicy -BodyParameter $params
4545
```
4646
This example will disable default user role's permission to create applications
4747

48-
### Example 4: Enable default user role to use Self-Serve Password Reset feature
48+
### Example 4: Enable administrators to use Self-Serve Password Reset feature
4949

5050
```powershell
5151
@@ -58,7 +58,7 @@ $params = @{
5858
Update-MgPolicyAuthorizationPolicy -BodyParameter $params
5959
6060
```
61-
This example will enable default user role to use self-serve password reset feature
61+
This example enables administrators to use Self-Serve Password Reset feature. To disable this feature, set `allowedToUseSSPR` to `$false`.
6262

6363
### Example 5: Disable user consent to apps for default user role
6464

0 commit comments

Comments
 (0)