CAS
return [
'flupe.kirby-cas' => [
'host' => 'cas.ens-lyon.fr',
'context' => '/cas'
]
];
Allowing user login using an external CAS. It adds a new button under the panel login form to connect through CAS.
return [
'flupe.kirby-cas' => [
'host' => 'cas.ens-lyon.fr',
'context' => '/cas'
]
];
Allowing user login using an external CAS. It adds a new button under the panel login form to connect through CAS.