Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Install Moodle learning platform

  • Add Plugin in to the moodle (Log in to Moodle using one time user key)https://github.com/catalyst/moodle-auth_userkey

  • Authentication plugin used to organize the SSO(single sign on) method

  • This plugin generates one time login URL

  • Mapp the related fields in the plugin

  • Manage/ Generate token in the Moodle

  • User key authentication web service is used in moodle

  • Add moodle tile on our web application dashboard

  • In APP dashboard add configuration settings

  • Add moodle Url and API token in the configuration settings

  • Test the connection

  • You will be able to use the moodle through your external web application (APP dashboard)

Moodle Configuration

The general settings allow you to control some of the most basic configuration settings for the APP application.
To access the settings, use one of the tips below:

  • On the work space, navigate to Configurations > General Settings.

  • On the main menu, select Configuration > General.

The moodle url and API token must be placed in the configuration setting under moodle tab.

...