Skip to content

Release 3.11.4 for Moodle 3.11

Compare
Choose a tag to compare
@weilai-irl weilai-irl released this 21 Jun 10:03
· 90 commits to MOODLE_311_STABLE since this release

Release 3.11.4 of Microsoft plugins for Moodle 3.11.

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)
  • Bug fix on whether profile photo sync needs to run in the user sync task. (#1898)
  • Fix broken unit tests. (#2018, #2033)
  • Bug fix in observer definition. (#2040)
  • Remove Teams app ID detection dependancy on course sync enable status.
  • Add missing delegated permissions required to configure multi-tenancy to PowerShell script and permission check.
  • Update SDS sync feature to work with incomplete Graph API responses in user profile sync.
  • Add help text about Teams app provisioning when bot feature is enabled.
  • Move deploying bot button image to image folder of local_o365 from external sources.