Fix login via keycloak see BT#15160

pull/2778/head
Julio Montoya 7 years ago
parent 9fcd0e1dd2
commit 2bafd5ba7d
  1. 1
      plugin/keycloak/start.php

@ -118,6 +118,7 @@ if (isset($_GET['sso'])) {
'',
'keycloak'
);
$userInfo = api_get_user_info($userId);
} else {
// Only load users that were created using this method.
if ($userInfo['auth_source'] === 'keycloak') {

Loading…
Cancel
Save