o365-moodle
o365-moodle copied to clipboard
Feature request: Change user's Azure AD password via Moodle
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?
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