Won't Do
Details
Assignee
UnassignedUnassignedReporter
Zak BurkeZak BurkePriority
TBDDevelopment Team
EurekaRCA Group
TBDTestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Unassigned
UnassignedReporter
Zak Burke
Zak BurkePriority
Development Team
Eureka
RCA Group
TBD
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created March 6, 2024 at 3:05 PM
Updated March 14, 2024 at 12:18 PM
Resolved March 6, 2024 at 3:52 PM
Summary: Users with the “System” role assigned via keycloak (e.g.
admin
,folio
) receive an emptypermissions.permissions
array in the response from.../_self
.Expected results: Assigning the “System” role in keycloak grants all permissions. In the response from
_self
for a user with this role assigned,permissions.permissions
will be populated with all available permissions.Actual results: Assigning the “System” role in keycloak grants all permissions to make any API request (they all return 2xx), but the response from
_self
is an emptypermissions.permissions
array, causing UI components that inspect that data structure to believe the user has NOT been granted any permissions.