proxyauth/config/proxyauth.config.php
2020-06-13 10:21:22 +01:00

16 lines
296 B
PHP

<?php
return array(
'proxyauth' => array(
'replace_form' => false,
'button_text' => 'Login with SSO',
'remember' => true,
'sso_domain' => '',
'logout_url' => '',
'create_account' => true,
'username_header' => 'REMOTE_USER',
'email_header' => '',
'fullname_header' => ''
)
);