Sen descrición

Hackware Human 2ca34e2752 Add optional logging and SSL verification deactivation %!s(int64=3) %!d(string=hai) anos
classes 2ca34e2752 Add optional logging and SSL verification deactivation %!s(int64=3) %!d(string=hai) anos
db ac2b597f07 Working remote CORFO WebService validation %!s(int64=4) %!d(string=hai) anos
README.md 2ca34e2752 Add optional logging and SSL verification deactivation %!s(int64=3) %!d(string=hai) anos
version.php 2ca34e2752 Add optional logging and SSL verification deactivation %!s(int64=3) %!d(string=hai) anos

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 to testing or production sets CORFO endpoint
  • CORFOWS_CLIENT_ID CORFO client ID
  • CORFOWS_CLIENT_SECRET CORFO client secret
  • CORFOWS_INSTITUTION_ID CORFO institution id
  • CORFOWS_LOG if set, enables log to moodledata/corfows.log
  • CORFOWS_DONT_VERIFY_SSL it set, skips SSL verification

Copy the contents of this repo to local/corfows on your moodle installation.