Hi,

1. Is correct to manually add clientID on keycloak.json ?

2.  I found this email from archives:

> > I was hoping this would Just Work, but I quickly discovered that some of
> > the properties are "renamed" after the HTTP request:
> >
> >     kc.authServerUrl = config['auth-server-url'];
> >     kc.realm = config['realm'];
> >     kc.clientId = config['resource'];
> >     kc.clientSecret = (config['credentials'] || {})['secret'];
http://lists.jboss.org/pipermail/keycloak-user/2016-April/005802.html

clientId is now called 'resource' ?

thanks