summaryrefslogtreecommitdiff
path: root/alarm/node_modules/pronote-api/src/cas/ac-nantes.js
diff options
context:
space:
mode:
Diffstat (limited to 'alarm/node_modules/pronote-api/src/cas/ac-nantes.js')
-rw-r--r--alarm/node_modules/pronote-api/src/cas/ac-nantes.js16
1 files changed, 0 insertions, 16 deletions
diff --git a/alarm/node_modules/pronote-api/src/cas/ac-nantes.js b/alarm/node_modules/pronote-api/src/cas/ac-nantes.js
deleted file mode 100644
index c628370..0000000
--- a/alarm/node_modules/pronote-api/src/cas/ac-nantes.js
+++ /dev/null
@@ -1,16 +0,0 @@
-const wayf = require('./generics/wayf');
-
-module.exports = (url, account, username, password) => wayf({
- url,
- username,
- password,
-
- startURL: 'https://cas3.e-lyco.fr/access/',
- wayfURL: 'https://cas3.e-lyco.fr/discovery/',
- atenURL: 'ats-idp.ac-nantes.fr',
-
- extraParams: {
- origin: 'https://ats-idp.ac-nantes.fr/SAML/FIM',
- action: 'selection'
- }
-});