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 729 forks source link

Concern regarding addRole method in RemoteUserStoreManagerService #21760

Open sanjulamadurapperuma opened 6 days ago

sanjulamadurapperuma commented 6 days ago

Is your suggestion related to a missing or misleading document? Please describe.

When utilizing the addRole method in the RemoteUserStoreManagerService admin service, even though the permissions that are required for the given role are specified as provided in the documentation [1], the permissions are not assigned to the role when navigating to the specific role's permissions list in the carbon management console.

However, when using the addRole method from the UserAdmin service with a similar payload, this issue is not present and the permissions are correctly assigned to a given role.

This needs to be fixed in the documentation.

[1] - https://is.docs.wso2.com/en/5.11.0/develop/managing-users-and-roles-with-apis/#addrole


Optional Fields

Additional context

Related Issues: