Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Community hub - technical specification

From MoodleDocs

Operations

Following the different communication operations expected between Moodle.org, hub servers and Moodle site.

Moodle site and Hub server

Moodlesite2hubserver.png

Moodle.org Hub directory and (Moodle.org) Hub server

Hubdirectory moodleorg2hubserver moodle.org.png

Moodle site and Moodle.org Hub directory

Moodlesite2moodleorg.png

Method

We are going to use web service. However we create a new /hub/webservice.php entry point, that will by pass $CFG->enablewebservice and consider a protocol as activated.

Site/Hub Registration operations

  1. The site/hub creates a specific ws user, a specific ws role, a specific ws service and a specific token.
  2. The site/hub sends by POST the web service token to the hub server/hub directory.
  3. The hub server/hub directory creates a specific ws user, a specific ws role, a specific ws service and a specific token.
  4. The hub server/hub directory calls the web service function: confirm_registration($thisisyourtokentocallme).
  5. Finally the hub server/hub directory calls the web service call get_info function for its first time

Unknown caller operations

the hub/webservice.php entry point should by pass token authentication for this specific listed function

Operation list

  • global search
  • search courses on a hub
  • site user rating (TBD)
  • site user comment (TBD)
  • get hub list from the hub directory

Other operations

The site/hub server/directory should all have specific token to talk to each other.

Security

Disable generated service and token

the security problems: somebody uses the hub access to execute other functions (either bug in moodle or admin misconfiguration); somebody uses normal services to execute hub function (site misconfiguration)
Solution: generated service and token should not be usable through normal /webservice/ entry points. Administration should not list the generated service and token. Cannot create a service with hub function.

Hacking testing

  1. hack client sites and updated the hub info with spam
  2. hack the hub and then tried to attack all client sites - probably some exploit of older version, or at least get as much emails and personal data from all sites

Note

  • we need an option on settings page that:
  1. delete previous user,role,service,and token.
  2. Then the site rebuilds them.
  3. The site would just call a ws function confirm_registration($thisisyourtokentocallme) on the hub server/hub directory.
  • we need to decide which ws protocol the community hub will use

New Roles

Moodle.org Hub list

Role for sites to search the listing:

  • moodle/hubs:view (public token for any sites) for global search


Hub server

Role for any site (public token -> public user)

  • moodle/hub:view for course searches
  • moodle/hub:rate for rating a course
  • moodle/hub:comment for commenting a course
  • moodle/hub:download for downloading a course template

Role for registered sites (private token -> each site gets a private user)

  • moodle/hub:view for course searches
  • moodle/hub:rate for rating a course
  • moodle/hub:comment for commenting a course
  • moodle/hub:download for downloading a course template
  • moodle/hub:publish for publishing a course template

Role for Moodle.org Hub Directory (private token)

  • moodle/hub:viewinfo for getting hub information
  • moodle/hub:view for getting course information


Registered Site

Role for Hub (private token)

  • moodle/hub:registerinfo for getting site information
  • moodle/hub:registercourses for getting course listing