Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Christophe Turbout
auth
Commits
c8467a2a
Commit
c8467a2a
authored
Apr 10, 2019
by
Bertrand Gauthier
Browse files
Page d'info lorsque shibboleth est mal configuré : mise à jour de l'exemple de simulation.
parent
c27761cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
view/unicaen-auth/auth/shibboleth.phtml
View file @
c8467a2a
...
...
@@ -25,7 +25,7 @@
<h2>
Autre solution : simuler une authentification Shibboleth
</h2>
<p>
Il est possible de faire comme si un utilisateur s'était connecté via Shibboleth.
Cela se fait via la clé de config 'simulate' :
Cela se fait via la clé de config 'simulate'
, exemple
:
</p>
<pre>
'unicaen-auth' => [
...
...
@@ -33,8 +33,13 @@
'shibboleth' => [
'enable' => true,
'simulate' => [
'eppn' => 'username@domain.fr',
'supannEmpId' => '00012345',
'eppn' => $eppn = 'premierf@univ.fr',
'supannEmpId' => '00012345',
'displayName' => $eppn,
'mail' => $eppn,
'givenName' => 'François',
'sn' => 'Premier',
'supannCivilite' => 'M.'
],
],
],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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