<div dir="ltr">Infact, not only Boolean, it does not seem to work for even properties that are STRING_TYPE. I was using 1.9.4 version earlier but now I tried with the latest 2.0.0 version too and it does not work on either. What is the issue?</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jul 19, 2016 at 7:00 AM, Rashmi Singh <span dir="ltr"><<a href="mailto:singhrasster@gmail.com" target="_blank">singhrasster@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Bruno, I had tried "true" also but that did not work either. Forgot to mention in my original post. I am not sure why true or "true" doesn't work if that's expected. Is there a bug? Does anyone have a clue on this?</div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jul 19, 2016 at 4:13 AM, Bruno Oliveira <span dir="ltr"><<a href="mailto:bruno@abstractj.org" target="_blank">bruno@abstractj.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Rashmi, try "true" instead of true. Take a look at this: <a href="https://github.com/keycloak/keycloak/blob/f6a718f10a3a3a07a6222bea7d8b58e13712479c/testsuite/integration-arquillian/servers/auth-server/services/testsuite-providers/src/main/java/org/keycloak/testsuite/federation/DummyConfigurableUserFederationProviderFactory.java#L53-L58" rel="noreferrer" target="_blank">https://github.com/keycloak/keycloak/blob/f6a718f10a3a3a07a6222bea7d8b58e13712479c/testsuite/integration-arquillian/servers/auth-server/services/testsuite-providers/src/main/java/org/keycloak/testsuite/federation/DummyConfigurableUserFederationProviderFactory.java#L53-L58</a><br>
<br>
In theory, should work.<br>
<div><div><br>
On 2016-07-18, Rashmi Singh wrote:<br>
> In my AuthenticatorFactory class, I have the following configuration added:<br>
><br>
> ProviderConfigProperty property;<br>
> property= new ProviderConfigProperty();<br>
> property.setName("propname");<br>
> property.setLabel("Property Name");<br>
> property.setDefaultValue(true);<br>
> property.setType(ProviderConfigProperty.BOOLEAN_TYPE);<br>
> configProperties.add(identityFirstproperty);<br>
><br>
> I wanted to keep a default value as true and at first it seemed like the<br>
> following line would do it:<br>
><br>
> property.setDefaultValue(true);<br>
><br>
> But that does not seem to work. The default is still false. How can I set<br>
> the default to true?<br>
<br>
</div></div>> _______________________________________________<br>
> keycloak-dev mailing list<br>
> <a href="mailto:keycloak-dev@lists.jboss.org" target="_blank">keycloak-dev@lists.jboss.org</a><br>
> <a href="https://lists.jboss.org/mailman/listinfo/keycloak-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/keycloak-dev</a><br>
<br>
<br>
--<br>
<br>
abstractj<br>
PGP: 0x84DC9914<br>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>