Open
Description
Can not grant admin role to user authenticated via keycloak in version 1.11.28
plugin/keycloak/start.php
line 161
Session::write('is_platformAdmin', false);
Before in 1.11.16 was
line 164
Session::write('is_platformAdmin', $userInfo['is_admin']);
in result of this changes nobody can acceess as admin. When I changed line 161 I able to recive admin right. If there are any reason for this changes?
Metadata
Metadata
Assignees
Labels
No labels