henkvancann / MOOC-trials

Key management is key to asset security. We'd like the people in the world to self-educate themselves on their smartphone.
1 stars 0 forks source link

Explore Moodle authentication options - pending KERI team #10

Open kordwarshuis opened 2 years ago

kordwarshuis commented 2 years ago

Authentication plugins Moodle provides a number of ways of managing authentication, called authentication plugins.

Standard authentication plugins are:

Manual accounts - accounts created manually by an administrator No login - suspend particular user account Email-based self-registration - for enabling users to create their own accounts CAS server (SSO) - account details are located on an external CAS server External database - account details are located on an external database LDAP server - account details are located on an external LDAP server LTI - works with the Publish as LTI tool enrolment method to connect courses and activities Moodle Network authentication - how different Moodle sites can connect and authenticate users No authentication - for testing purposes or if the Moodle site is not available on the Internet. Do NOT use on public servers! Shibboleth - account details are located on an external Shibboleth server OAuth 2 - authenticate with an OAuth 2 service Web services authentication There are also many additional authentication plugins in the Moodle plugins directory.

==> https://docs.moodle.org/310/en/Authentication

More info: https://docs.moodle.org/311/en/Managing_authentication

ghost commented 2 years ago

https://moodle.org/plugins/browse.php?list=category&id=21

Custom plugins for authentication

henkvancann commented 2 years ago

I've discussed this issue with the KERI team. Outcome: https://github.com/WebOfTrust/keri/issues/12

Next step: choose an preliminary way to onboard and authenticate users for the MOOC-trial -> https://github.com/henkvancann/MOOC-trials/issues/9

and track progress on KERI solution (If any) here in this issue.