Release 4.0.1 for Moodle 4.0
Release 4.0.1 of Microsoft plugins for Moodle 4.0.
This release contains:
- Full support of Single Sign Out feature for connected users.
- Other bug fixes and small changes.
Full support of Single Sign Out feature for connected users (#2014)
The auth_oidc plugin now provides an endpoint which Microsoft services can request to trigger the logout of the connected Moodle users from Microsoft. The URL is https://url.to.moodle/auth/oidc/logout.php, and it can be configured in the "Front-channel logout URL" setting of Azure app.
Bug fixes and small changes
- Improved support for matching users by email in the user sync task. (#2034, thanks to @phager-at)
- Bug fix to prevent unexpected user suspension when full user sync fails. (#2048)
- More flexible schedule options to run user suspension/deletion part of the user sync task. (#2023)
- Add missing delegated permissions required to configure multi-tenancy to PowerShell script and permission check.