wso2 / product-is

Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
http://wso2.github.io/
Apache License 2.0
748 stars 728 forks source link

Roles Not Retrieved While Creating Groups #21422

Open aaujayasena opened 3 weeks ago

aaujayasena commented 3 weeks ago

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:

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) :


Optional Fields

Related issues:

Suggested labels:

AnuradhaSK commented 5 days ago

Duplicate issue: https://github.com/wso2/product-is/issues/21211