Skip to content

Commit 9eb89fc

Browse files
authored
Merge pull request #112565 from iainfoulds/patch-1
[AzureAD] Add SSPR writeback support for Graph API beta
2 parents db84e3e + 47cc7b1 commit 9eb89fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/active-directory/authentication/concept-sspr-writeback.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ Passwords are written back in all the following situations:
126126
* Any administrator self-service force change password operation, for example, password expiration.
127127
* Any administrator self-service password reset that originates from the [password reset portal](https://passwordreset.microsoftonline.com).
128128
* Any administrator-initiated end-user password reset from the [Azure portal](https://portal.azure.com).
129+
* Any administrator-initiated end-user password reset from the [Microsoft Graph API beta](https://docs.microsoft.com/graph/api/passwordauthenticationmethod-resetpassword?view=graph-rest-beta&tabs=http).
129130

130131
## Unsupported writeback operations
131132

@@ -134,7 +135,7 @@ Passwords aren't written back in any of the following situations:
134135
* **Unsupported end-user operations**
135136
* Any end user resetting their own password by using PowerShell version 1, version 2, or the Microsoft Graph API.
136137
* **Unsupported administrator operations**
137-
* Any administrator-initiated end-user password reset from PowerShell version 1, version 2, or the Microsoft Graph API.
138+
* Any administrator-initiated end-user password reset from PowerShell version 1, version 2, or the Microsoft Graph API (the [Microsoft Graph API beta](https://docs.microsoft.com/graph/api/passwordauthenticationmethod-resetpassword?view=graph-rest-beta&tabs=http) is supported).
138139
* Any administrator-initiated end-user password reset from the [Microsoft 365 admin center](https://admin.microsoft.com).
139140

140141
> [!WARNING]

0 commit comments

Comments
 (0)