wso2is - WSO2 IS : Add new claim(field) of type checkbox to user profile -


I am using the latest version of WSO2 detection server 4.6.0. I am adding some custom claim on the user profile. Is there a way to add a checkbox of type? Where the user may be able to check / uncheck.

I have tried to set the attribute = true, checked through a PS script, by creating a map of the claim. But, he did not help either.

It seems, the first time it presents itself as a text box, once I set the value to the right / wrong value in the WSO2 console it starts working as a checkbox Is this the default behavior?

I just need it, is there a way to set default value for this area? I tried through the value property but, it does not seem so.

Ravi

Yes. The correct / incorrect value is treated as a boolean value and is displayed by default as a checkbox. You can not currently set a default value for a claim.


Comments

Popular posts from this blog

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

class - Kivy: how to instantiate a dynamic classes in python -

Registering an Interceptor For All Interface Implementaions in Castle Windsor -