wso2 - How can I add claim mapping in wso2is via configuration? -


i added in claim-config.xml dont see claim being added in management console.

<claimuri>http://wso2.org/claims/serialnumber</claimuri>                                 <displayname>serialnumber</displayname>                                 <attributeid>url</attributeid>                                 <description>serialnumber</description>                                 <displayorder>3</displayorder>                                 <supportedbydefault />                         </claim> 

also dont want add claim mapping management console. want automate process need configuration change.

you can use claimmanagementservice admin service of wso2 identity server crud operations on claims. can idea of available methods referring wsdl of claimmanagementservice. please refer this link more information regarding calling admin services of wso2 servers.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -