miniOrangeDev / moodle-local_mo_api

Moodle SSO solution by miniOrange allows your users to login to multiple applications via their Moodle credentials.
GNU General Public License v2.0
0 stars 1 forks source link

Login using Moodle Users

Login using Moodle Users is a local plugin where users can login to their external applications and Websites using their Moodle website credentials. Users will authenticate themselves via their Moodle credentials only once and they can access all the external applications. The plugin enables an API endpoint for the Moodle instance, which can be used for user authentication. Any external application can query this API, and pass along the credentials for authentication. The plugin validates the credentials against Moodle users, and returns the appropriate message in the API Response.

Steps to be followed:

  1. Setup plugin in Moodle.
  1. Now configure your Authorization API and paste the User Authentication URL and User Authentication Parameters that you copied in step 1 above. Test your Authorization API by providing your moodle credentials and you should be able to see a Success message.

Our miniOrange IDP service has pre-integrated support for Moodle API authentication, using which users can SSO into multiple applications without worrying about the SSO protocol. In this way, we achieve SSO for multiple external applications via their Moodle credentials.