Issue: "Actions" Panel Visible but Non-Functional for Users who login to console with Assigned Permissions #22222
Labels
Affected/7.1.0-m6
Issues that get reported against IS7.1.0 M6 pack will get this label
Priority/Highest
QA-Reported
Issues reported by a QA
Severity/Minor
Team/Identity Server Core
Type/Bug
Description
When creating Console Settings with selected permissions and assigning roles to a user, the following issue occurs:
The user logs into the console with valid credentials.
The "Actions" menu on the left-side panel of the console is present
When attempting to click on "Actions", the following error is displayed in the console:
"Error retrieving the action types. Operation is not permitted. You do not have permissions to make this request."
The network request results in a 403 Forbidden error for
api/server/v1/actions/types
GET endpointSteps to Reproduce
Navigate to Console Settings and create roles with selected permissions and assign a user.
Log into the console using valid credentials for the created user.
Observe the "Actions" section in the left-side panel.
Click on the "Actions" section and check the browser console or network tab for the error message and HTTP status.
Expected Behavior
The "Actions" menu should be accessible based on the assigned permissions and roles. Clicking on it should retrieve the appropriate action types without errors.
Version
wso2is-7.1.0-m7-SNAPSHOT (Build #5672)
Environment Details (with versions)
Database : Oracle 23ai, H2
Browser : Google Chrome (Version 131.0.6778.205 (Official Build) (arm64)), Microsoft Edge Version 131.0.2903.112 (Official build) (arm64)
OS : MacOS ( Apple M1 Pro)
The text was updated successfully, but these errors were encountered: