product-is icon indicating copy to clipboard operation
product-is copied to clipboard

Roles Not Retrieved While Creating Groups

Open aaujayasena opened this issue 4 months ago • 0 comments

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 Screenshot from 2024-10-21 06-51-34 Screenshot from 2024-10-21 06-51-41

Screencast from 2024-10-21 06:41:09.webm

How to reproduce:

  1. Login to console
  2. Create application and navigate to application edit -> Roles
  3. Create application role
  4. Navigate to groups
  5. Click create group and add name
  6. 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:

aaujayasena avatar Oct 21 '24 01:10 aaujayasena