Reputation: 13
I need create a new external permission by code or wso2 internal api, and add it to wso2 existing Role, it is possible? how? I can add a new external Role, but only can add existing permissions. I'm ussing Identity Server 5.5.0
I need this... but by code or api. Example: create new permission to Service Provider by UI
Thanks!
Upvotes: 0
Views: 99
Reputation: 5712
You can use the RemoteUserStoreManagerService to achieve this. Refer official wos2 documentation on Managing Users and Roles with APIs
Upvotes: 2