blob: 1c3ea7672b903b9dbe904450058ff3710095333e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
const wayf = require('./generics/kdecole-wayf');
module.exports = (url, account, username, password) => wayf({
url,
account,
username,
password,
casUrl: 'cas.mon-ent-occitanie.fr',
idp: 'TOULO-ENT'
});
|