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?
On Tue, Jul 19, 2016 at 7:00 AM, Rashmi Singh <singhrasster(a)gmail.com>
wrote:
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?
On Tue, Jul 19, 2016 at 4:13 AM, Bruno Oliveira <bruno(a)abstractj.org>
wrote:
> Hi Rashmi, try "true" instead of true. Take a look at this:
>
https://github.com/keycloak/keycloak/blob/f6a718f10a3a3a07a6222bea7d8b58e...
>
> In theory, should work.
>
> On 2016-07-18, Rashmi Singh wrote:
> > In my AuthenticatorFactory class, I have the following configuration
> added:
> >
> > ProviderConfigProperty property;
> > property= new ProviderConfigProperty();
> > property.setName("propname");
> > property.setLabel("Property Name");
> > property.setDefaultValue(true);
> > property.setType(ProviderConfigProperty.BOOLEAN_TYPE);
> > configProperties.add(identityFirstproperty);
> >
> > I wanted to keep a default value as true and at first it seemed like the
> > following line would do it:
> >
> > property.setDefaultValue(true);
> >
> > But that does not seem to work. The default is still false. How can I
> set
> > the default to true?
>
> > _______________________________________________
> > keycloak-dev mailing list
> > keycloak-dev(a)lists.jboss.org
> >
https://lists.jboss.org/mailman/listinfo/keycloak-dev
>
>
> --
>
> abstractj
> PGP: 0x84DC9914
>