Moodle Plugins directory: OpenID Connect: Versions: 3.10.4 | Moodle.org
OpenID Connect
Authentication ::: auth_oidc
Maintained by
Enovation Dev Team,
Lai Wei,
Patryk Mroczko
Part of set Microsoft 365.
The OpenID Connect plugin provides single-sign-on functionality using configurable identity providers.
OpenID Connect 3.10.4
Moodle 3.10
Released: Tuesday, 26 October 2021, 6:50 PM
Code prechecks
phplint
phpcs28 | 9
js
css21 | 0
phpdoc80 | 2
savepoint0 | 1
thirdparty
grunt1 | 1
shifter
mustache
gherkin
HTML | XMLThis is part of the 3.10.4 release of the Microsoft 365 Moodle plugin suite for Moodle 3.10, version v20211026_m310.
[Complete Release Note](https://github.com/microsoft/o365-moodle/releases/tag/v20211026_m310)
The most significant change in this release is moving the user field mapping feature from the local_o365 plugin to the auth_oidc plugin, and integrate it with the Moodle default field mapping feature.
- All previous settings are automatically migrated.
- The remote fields available for mapping depend on whether the local_o365 plugin is configured on the Moodle site - if it's not configured, only profile fields available in user ID token can be mapped; otherwise many other fields returned in Graph API calls can be mapped.
- After the move, some native Moodle user profile mapping features, such as field locking, can be applied.
Other changes include:
- Fix a bug in auth_oidc in which a user profile is not updated from ID token in some cases.
- Fix wrong cleanup token URL.
- Improve login error message display to end users in auth_oidc.
[Complete Release Note](https://github.com/microsoft/o365-moodle/releases/tag/v20211026_m310)
The most significant change in this release is moving the user field mapping feature from the local_o365 plugin to the auth_oidc plugin, and integrate it with the Moodle default field mapping feature.
- All previous settings are automatically migrated.
- The remote fields available for mapping depend on whether the local_o365 plugin is configured on the Moodle site - if it's not configured, only profile fields available in user ID token can be mapped; otherwise many other fields returned in Graph API calls can be mapped.
- After the move, some native Moodle user profile mapping features, such as field locking, can be applied.
Other changes include:
- Fix a bug in auth_oidc in which a user profile is not updated from ID token in some cases.
- Fix wrong cleanup token URL.
- Improve login error message display to end users in auth_oidc.
Version information
- Version build number
- 2020110920
- Version release name
- 3.10.4
- Maturity
- Stable version
- MD5 Sum
- 833e42a92c660727a88146dc7122f026
- Supported software
- Moodle 3.10
- The more recent release 3.10.8 (2020110945) exists for Moodle 3.10
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS tag
- v3.10.4
Default installation instructions for plugins of the type Authentication
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder (eg "myauth") in the "auth" subdirectory.
- Visit http://yoursite.com/admin to finish the installation