Hi there,
currently evaluating Keyclock and its REST API in particular.
I am running standalone.sh and created an 'admin' user with password
'admin'
My expectation was that the following URL call would work:
wget
http://admin:admin@localhost:8080/auth/admin/realms
--2016-05-30 21:52:34--
http://admin:
*password*@localhost:8080/auth/admin/realms
Resolving localhost... ::1, 127.0.0.1, fe80::1
Connecting to localhost|::1|:8080... failed: Connection refused.
Connecting to localhost|127.0.0.1|:8080... connected.
HTTP request sent, awaiting response... 401 Unauthorized
Unknown authentication scheme.
Username/Password Authentication Failed.
...but it does not...any insight?
Andreas