@Tobias Schmidt
Thank you for your time and patience and for following up on this!
I changed my user's password using the below PATCH and ran into the same issue that you're experiencing.
Update the passwordProfile of a user to reset their password:
PATCH https://graph.microsoft.com/v1.0/users/{id}
Content-type: application/json
{
"passwordProfile": {
"forceChangePasswordNextSignIn": false,
"password": "testPassword001"
}
}
Initially when I changed my user's password, my session was expired almost immediately. However, to confirm the session expiration was from the password reset, I re-ran the same PATCH with a new password and didn't notice the session expire for about 1-2minutes.
I've reached out to our engineering team with this info and will update as soon as possible.
If you have any other questions, please let me know.
Thank you for your time and patience throughout this issue.