summaryrefslogtreecommitdiff
path: root/alarm/node_modules/pronote-api/src/cas/ac-limoges.js
blob: db6377e297e69b290c71c75295580424c8d944f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
const aten = require('./generics/aten');

module.exports = (url, account, username, password) => aten.login({
    url,
    account,
    username,
    password,

    startURL: '/sso/SSO?SPEntityID=https%3A%2F%2Fmon.lyceeconnecte.fr%2Fauth%2Fsaml%2Fmetadata%2Fidp.xml',
    atenURL: 'teleservices.ac-limoges.fr'
});