1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
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' } });