Hi
I have read
http://blog.keycloak.org/2015/10/getting-started-with-keycloak-securing.html
for trying to authenicate to KC with username and password through CLI. But
it seems this method does not work with KC 2.5.4, because public client
does not provide Redirect URI field.
See below:
Obtain Token and Invoke Service
First we need to create a client that can be used to obtain the token. Go
to the Keycloak admin console again and create a new client. This time give
it the *Client ID* curl and select public for access type. Under *Valid
Redirect URIs* enter
http://localhost.
How can I do this with KC 2.5.4?
Thanks,
Mehdi