Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
auth
Commits
670b650f
Commit
670b650f
authored
Feb 07, 2019
by
Bertrand Gauthier
Browse files
Réparation de l'usurpation Shibboleth.
parent
8583a0cf
Pipeline
#3540
failed with stages
in 2 minutes and 10 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/UnicaenAuth/Service/ShibService.php
View file @
670b650f
...
...
@@ -80,11 +80,10 @@ EOS;
if
(
$this
->
authenticatedUser
===
null
)
{
// activation éventuelle de l'usurpation
$this
->
handleUsurpation
();
// activation éventuelle de la simulation
// D'ABORD activation éventuelle de la simulation
$this
->
handleSimulation
();
// ENSUITE activation éventuelle de l'usurpation
$this
->
handleUsurpation
();
$this
->
authenticatedUser
=
$this
->
createShibUserFromServerArrayData
();
}
...
...
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