Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down