0
votes

We are using WSO2 Identity server and WSO2 API Manager to manage access. We give scopes to API and assign scopes to roles. Now the requirement came like From the application , privileges for roles has to be manipulable. Suppose if there is a Role like Admin in the application , we have to list activities[scopes] against that Role and Super User can change the scopes against that Role.Superuser can create new roles as well. So we cant predefine which are all the scopes for the particular roles.

How can i address this via WSO2? How to manage privilages via WSO2?

1

1 Answers

0
votes

I believe what you want is to manage the permission each role has.

That you can do with RemoteAuthorizationManager SOAP service.

See docs here.