diff options
Diffstat (limited to 'includes/external/school/node_modules/pronote-api/src/cas/haute-garonne.js')
-rw-r--r-- | includes/external/school/node_modules/pronote-api/src/cas/haute-garonne.js | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/includes/external/school/node_modules/pronote-api/src/cas/haute-garonne.js b/includes/external/school/node_modules/pronote-api/src/cas/haute-garonne.js new file mode 100644 index 0000000..4db97dc --- /dev/null +++ b/includes/external/school/node_modules/pronote-api/src/cas/haute-garonne.js @@ -0,0 +1,11 @@ +const wayf = require('./generics/kdecole-wayf'); + +module.exports = (url, account, username, password) => wayf({ + url, + account, + username, + password, + + casUrl: 'cas.ecollege.haute-garonne.fr', + idp: 'ATS_parent_eleve' +}); |