OpenID Connect authentication plugin for Moodle LMS
Перейти к файлу
Lai Wei e5e7ebe23d Update plugin versions for 4.4.1 release 2024-10-17 11:02:37 +01:00
classes Merge branch 'wip-106844-m404' into MOODLE_404_STABLE 2024-10-08 21:17:33 +01:00
db Merge branch 'wip-103974-m404' into MOODLE_404_STABLE 2024-10-08 21:15:24 +01:00
js bug fix on IdP and authentication configuration page UI settings availability 2024-03-07 13:39:43 +00:00
lang Update document about email matching 2024-07-22 16:39:20 +01:00
pix MSFTMPP-110: Added configurable icons for OpenID Connect link on login page. 2015-02-23 12:51:15 -05:00
sass Support choosing binding username claim 2024-07-22 16:39:19 +01:00
tests Support choosing binding username claim 2024-07-22 16:39:19 +01:00
.travis.yml MSFTMPP-398: POET - Setting up for integration testing. 2016-03-28 01:13:25 -04:00
LICENSE MSFTMPP-64: Added LICENSE files 2015-01-16 19:55:55 -05:00
README.md Rename Azure AD to Microsoft Entra ID 2023-12-22 16:38:31 +00:00
SECURITY.md Adding Microsoft SECURITY.MD 2022-08-29 16:31:58 +01:00
auth.php Fix a bug where clicking OIDC login button doesn't show Microsoft login page when silent login is turned on 2024-07-17 17:19:34 +01:00
binding_username_claim.php Check if "bindingusernameclaim" configuration exists 2024-07-22 16:39:20 +01:00
change_binding_username_claim_tool.php Update binding username claim feature 2024-07-22 16:39:20 +01:00
cleanupoidctokens.php Support choosing binding username claim 2024-07-22 16:39:19 +01:00
example.csv Support choosing binding username claim 2024-07-22 16:39:19 +01:00
index.php fix precheck errors in auth_oidc 2021-10-22 22:12:48 +01:00
lib.php Merge branch 'wip-103974-m404' into MOODLE_404_STABLE 2024-10-08 21:15:24 +01:00
logout.php Support Single Sign Out from Microsoft to Moodle 2022-05-17 15:28:43 +01:00
manageapplication.php Merge branch 'wip-103974-m404' into MOODLE_404_STABLE 2024-10-08 21:15:24 +01:00
settings.php Update binding username claim feature 2024-07-22 16:39:20 +01:00
styles.css Support choosing binding username claim 2024-07-22 16:39:19 +01:00
ucp.php clean up exceptions across the plugins 2024-02-08 16:46:54 +00:00
version.php Update plugin versions for 4.4.1 release 2024-10-17 11:02:37 +01:00

README.md

Microsoft 365 and Microsoft Entra ID Plugins for Moodle

OpenID Connect Authentication Plugin.

The OpenID Connect plugin provides single-sign-on functionality using configurable identity providers.

This is part of the suite of Microsoft 365 plugins for Moodle.

This repository is updated with stable releases. To follow active development, see: https://github.com/Microsoft/o365-moodle

Installation

  1. Unpack the plugin into /auth/oidc within your Moodle install.
  2. From the Moodle Administration block, expand Site Administration and click "Notifications".
  3. Follow the on-screen instuctions to install the plugin.
  4. To configure the plugin, from the Moodle Administration block, go to Site Administration > Plugins > Authentication > Manage Authentication.
  5. Click the icon to enable the plugin, then visit the settings page to configure the plugin. Follow the directions below each setting.

For more documentation, visit https://docs.moodle.org/34/en/Office365

For more information including support and instructions on how to contribute, please see: https://github.com/Microsoft/o365-moodle/blob/master/README.md

Issues and Contributing

Please post issues for this plugin to: https://github.com/Microsoft/o365-moodle/issues/ Pull requests for this plugin should be submitted against our main repository: https://github.com/Microsoft/o365-moodle

© Microsoft, Inc. Code for this plugin is licensed under the GPLv3 license.

Any Microsoft trademarks and logos included in these plugins are property of Microsoft and should not be reused, redistributed, modified, repurposed, or otherwise altered or used outside of this plugin.