Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
skeleton-application
Commits
d62b6aa1
Commit
d62b6aa1
authored
Sep 16, 2019
by
Bertrand Gauthier
Browse files
Correction config unicaen/auth nécessaire suite à composer update
parent
247dba86
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/autoload/unicaen-auth.global.php
View file @
d62b6aa1
...
...
@@ -28,6 +28,22 @@ $settings = [
'enabled'
=>
false
,
],
/**
* Configuration de l'authentification Shibboleth.
*/
'shibboleth'
=>
[
/**
* Affichage ou non du formulaire d'authentification via l'annuaire LDAP.
* NB: en réalité cela permet aussi l'authentification avec un compte local.
*/
'enable'
=>
false
,
/**
* URL de déconnexion.
*/
'logout_url'
=>
'/Shibboleth.sso/Logout?return='
,
// NB: '?return=' semble obligatoire!
],
/**
* Flag indiquant si l'utilisateur authenitifié avec succès via l'annuaire LDAP doit
* être enregistré/mis à jour dans la table des utilisateurs de l'appli.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment