You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
2 years ago | |
---|---|---|
classes | 2 years ago | |
db | 3 years ago | |
README.md | 2 years ago | |
version.php | 2 years ago |
README.md
Moodle Local CORFO Web Service
Sends validation of certification information to a CORFO web service.
Installation
Set the following env vars on your web server:
CORFOWS_ENV
totesting
orproduction
sets CORFO endpointCORFOWS_CLIENT_ID
CORFO client IDCORFOWS_CLIENT_SECRET
CORFO client secretCORFOWS_INSTITUTION_ID
CORFO institution idCORFOWS_LOG
if set, enables log to moodledata/corfows.logCORFOWS_DONT_VERIFY_SSL
it set, skips SSL verification
Copy the contents of this repo to local/corfows
on your moodle installation.