o365-moodle icon indicating copy to clipboard operation
o365-moodle copied to clipboard

Feature request: Change user's Azure AD password via Moodle

Open kkiiskin opened this issue 4 years ago • 1 comments

Use case would be the need to change users's password without access to Azure AD. So manager would change it in Moodle and it would sync to Azure AD.

Is this possible through Graph API?

kkiiskin avatar May 14 '21 05:05 kkiiskin

Hi @kkiiskin,

I confirm technically it might be possible to update Azure AD user password by using the Graph API at https://docs.microsoft.com/en-us/graph/api/user-changepassword?view=graph-rest-1.0&tabs=http. It may require a bit more thoughts, as auth_oidc plugin can be used on other IdP that are not Azure AD, which doesn't support change password, or support it differently.

I'll add this to the feature request list and let Microsoft Education team to decide. From the look of it this may take a while to be processed.

Regards, Lai

weilai-irl avatar Jul 26 '21 16:07 weilai-irl