[keycloak-user] Resource Server Quick-start

Y Levine ylevine20 at gmail.com
Mon Dec 11 16:34:24 EST 2017


Have had excellent success with quick-start examples here -
https://github.com/redhat-developer/redhat-sso-quickstarts

Looking for a quick-start example which mimics a resource server (APIs
only; no user auth); Keycloak is the authorization server.

Workflow:

1) Client contacts resource server to call API (client is a service/app;
not a user)
2) Resource serve says no token, talk with Resource Server (Keycloak)
3) Client contacts Keycloak for access to the Resource Server
4) Keycloak issues tken for Client to call Resource Servers API(s)
5) Client calls Resource Server with token
6) Resource Server validates token with Keycloak
7) Resource Server grants access to API for the client.

Any such quick-start exists?


More information about the keycloak-user mailing list