An open API service indexing awesome lists of open source software.

https://github.com/iperdomo/immutant-keycloak

Example of a ring handler served by Immutant web and secured by Keycloak
https://github.com/iperdomo/immutant-keycloak

clojure immutant keycloak openidconnect

Last synced: 20 days ago
JSON representation

Example of a ring handler served by Immutant web and secured by Keycloak

Awesome Lists containing this project

README

        

# immutant-keycloak

Example Ring web app served with [Immutant](http://immutant.org/) and secured with
[Keycloak](http://keycloak.jboss.org/)

## Usage

* You'll need a `keycloak.json` with your client configuration under `resources/` folder
* The example code expects that the client is configured to `localhost:3030`
* `lein run` should be enough to start a web server

## Technical details

The authentication is based on Keycloak's
[Undertow Adapter](https://github.com/keycloak/keycloak/tree/2.5.x/adapters/oidc/undertow)

## License

Distributed under the Apache License 2.0