Skip to content

Admin right in 1.11.28 with keycloak authentification. #6193

Open
@Ufoton

Description

@Ufoton

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions