<?php

/**
 * Provides generic SSO authentication
 * @author Etienne MELEARD <etienne.meleard@renater.fr>
 * @date 2018-08-27
 */

$lang['autologin'] = 'Automatically login/logout if SP session changes';
$lang['headers'] = 'Use headers as attribute source (instead of environment)';
$lang['login_url'] = 'URL to redirect the user to for loging-in';
$lang['logout_url'] = 'URL to redirect the user to for loging-out';
$lang['home_url'] = 'URL to go to after loging-out';
$lang['idp_attribute'] = 'Identity provider id attribute name';
$lang['id_attribute'] = 'User identifier attribute name';
$lang['email_attribute'] = 'User email attribute name';
$lang['fullname_attribute'] = 'User full name attribute name';
