Keycloak theme images
This commit is contained in:
parent
988f9950b8
commit
266e819113
BIN
docs/latest/assets/img/keycloak-default-theme.png
Normal file
BIN
docs/latest/assets/img/keycloak-default-theme.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 41 KiB |
BIN
docs/latest/assets/img/keycloak-ohif-theme.png
Normal file
BIN
docs/latest/assets/img/keycloak-ohif-theme.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 884 KiB |
@ -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
|
|  |  |
|
||||||
> 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
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user