Search code examples
wso2-api-managerwso2wso2-data-services-serverwso2-identity-server

Is it possible to create new custom permissions in wso2 identity server 5.9


Hi I am newbie to Wso2 identity server ,using server version 5.9. I can able to add new users and new roles.Is it possible to add custom permissions that are not in the default list.

enter image description here


Solution

  • There are a few possible ways for you to add custom permissions in the WSO2 identity server.

    Method 01:

    You can create a service provider and add application-specific permissions to the current registry permission tree. To see how you can do this please refer to [1].

    Method 02:

    You can add new permissions to the existing permission tree through the registry browse in the Management Console. To see how you can follow this approach please refer to [2].

    Method 03:

    You can also add custom permissions to the registry through a programmatical approach. To see how you can do this please refer to [3].