1 2 3 4 5 6 7 8 9 10 11 12
const wayf = require('./generics/kdecole-wayf'); module.exports = (url, account, username, password) => wayf({ url, account, username, password, casUrl: 'cas.monbureaunumerique.fr', idp: 'NAN-ME-ATS', atenURL: 'teleservices.ac-nancy-metz.fr' });