product-is
product-is copied to clipboard
Roles Not Retrieved While Creating Groups
Describe the issue:
When creating groups, the application roles are not being retrieved, which prevents roles from being added to groups. Roles should be fetched using the following API endpoint:
- https://localhost:9443/api/server/v1/organizations/10084a8d-113f-4211-a0d5-efe36b082211/roles?count=100
but required to be ,
https://localhost:9443/
/scim2/v2/Roles
Current view
Screencast from 2024-10-21 06:41:09.webm
How to reproduce:
- Login to console
- Create application and navigate to application edit -> Roles
- Create application role
- Navigate to groups
- Click create group and add name
- Click next and search for role
Expected behavior: Roles should be retrieved successfully when creating groups, and should be available for selection and addition to groups.
Environment information (Please complete the following information; remove any unnecessary fields) :
- Product Version: [e.g., IS 5.10.0, IS 5.9.0]
- OS: [e.g., Windows, Linux, Mac]
- Database: [e.g., MySQL, H2]
- Userstore: [e.g., LDAP, JDBC]
Optional Fields
Related issues:
Suggested labels: