[keycloak-user] Programmatical users authentication

Leonid Rozenblyum lrozenblyum at gmail.com
Fri Jul 20 04:21:47 EDT 2018


We can programmatically authenticate users by the query:
http://localhost:8080/auth/realms/<your
realm>/protocol/openid-connect/token -d
"client_id=admin-cli&grant_type=password&username=user&password=pass"

On Tue, Jul 17, 2018 at 1:32 AM Daniel Teixeira <ddtxra at gmail.com> wrote:

> Not sure if this could help you, but this sshows how to get access tokens
> programmatically with python:
>
> https://github.com/ddtxra/python-console-keycloak-example
>
>
> On Mon, Jul 16, 2018 at 12:26 PM, Leonid Rozenblyum <lrozenblyum at gmail.com
> > wrote:
>
>> Thanks to REST API we can authentcate admin users who can work on behalf
>> of
>> 'admin-cli' account.
>>
>> Can we authenticate usual users programmatically?
>> _______________________________________________
>> keycloak-user mailing list
>> keycloak-user at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/keycloak-user
>>
>
>
>
> --
> Daniel Teixeira
>


More information about the keycloak-user mailing list