Skip to content

Commit

Permalink
Fix login via keycloak see BT#15160
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontoyaa committed Jan 16, 2019
1 parent 9fcd0e1 commit 2bafd5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/keycloak/start.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
'',
'keycloak'
);
$userInfo = api_get_user_info($userId);
} else {
// Only load users that were created using this method.
if ($userInfo['auth_source'] === 'keycloak') {
Expand Down

0 comments on commit 2bafd5b

Please sign in to comment.