Keycloak theme images

This commit is contained in:
dannyrb 2019-05-09 12:07:02 -04:00
parent 988f9950b8
commit 266e819113
3 changed files with 10 additions and 13 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 884 KiB

View File

@ -178,21 +178,18 @@ Viewer's configuration, you can run:
## How it works ## How it works
_reverse proxy_ _reverse proxy_
#### Keycloak Themeing
A reverse proxy is a type of proxy server that retrieves resources on behalf of The `Login` screen for the `ohif-viewer` client is using a Custom Keycloak
a client from one or more servers. The resources from these servers are returned theme. You can find the source files for it in
to the client as if they originate from the Web server itself. `/docker/OpenResty-Orthanc-Keycloak/volumes/keycloak-themes/`. You can see how
we add it to Keycloak in the `docker-compose` file, and you can read up on how
to leverage custom themes in
[Keycloak's own docs](https://www.keycloak.org/docs/latest/server_development/index.html#_themes).
[OpenResty](https://openresty.org/en/) | Default Theme | OHIF Theme |
| ---------------------------------------------------------------------- | ---------------------------------------------------------------- |
> OpenResty® is a full-fledged web platform that integrates the standard Nginx | ![Keycloak Default Theme](../../assets/img/keycloak-default-theme.png) | ![Keycloak OHIF Theme](../../assets/img/keycloak-ohif-theme.png) |
> core, LuaJIT, many carefully written Lua libraries, lots of high quality
> 3rd-party Nginx modules, and most of their external dependencies. It is
> designed to help developers easily build scalable web applications, web
> services, and dynamic web gateways.
[Lua Nginx Module](https://github.com/openresty/lua-nginx-module)
[access_by_lua_block](https://github.com/openresty/lua-nginx-module#access_by_lua_block)
## Next Steps ## Next Steps