Skip to content
Snippets Groups Projects
Commit d06af6d8 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

release

parent 2d58c86e
No related branches found
No related tags found
No related merge requests found
Pipeline #204679 passed
# v0.1.12 - 2022-11-15
* Added new `frontend_client_id` config entry as a replacement for `frontend_keycloak_client_id`
* Deprecated config entries: `frontend_keycloak_server`, `frontend_keycloak_realm`, `frontend_keycloak_client_id`
# v0.1.9 - 2022-05-11 # v0.1.9 - 2022-05-11
* Add a health check for remote token validation via the introspection endpoint * Add a health check for remote token validation via the introspection endpoint
......
...@@ -20,12 +20,8 @@ dbp_relay_auth: ...@@ -20,12 +20,8 @@ dbp_relay_auth:
remote_validation_id: ~ # Example: client-token-check remote_validation_id: ~ # Example: client-token-check
# The client secret for the client referenced by client_id (optional) # The client secret for the client referenced by client_id (optional)
remote_validation_secret: ~ # Example: mysecret remote_validation_secret: ~ # Example: mysecret
# The Keycloak server base URL # The client ID for the OIDC client (authorization code flow) used for API docs and other frontends provided by the API itself
frontend_keycloak_server: ~ # Example: 'https://keycloak.example.com/auth' frontend_client_id: ~ # Example: client-docs
# The keycloak realm
frontend_keycloak_realm: ~ # Example: client-docs
# The ID for the keycloak client (authorization code flow) used for API docs or similar
frontend_keycloak_client_id: ~ # Example: client-docs
``` ```
## Configuration Discovery ## Configuration Discovery
...@@ -56,17 +52,6 @@ There are two modes of operation: ...@@ -56,17 +52,6 @@ There are two modes of operation:
everything is handled by the OIDC server. everything is handled by the OIDC server.
## Frontend Keycloak Config (FIXME)
At this time the bundle is still depending on Keycloak as a specific OIDC server
for some optional functionality. The auth bundle handles the OIDC login
component of the OpenAPI docs provided by the core bundle (the login button at
the top left).
We are looking into providing a frontend web component that works with all OIDC
serves to remove this dependency.
## Remote Validation Client with Keycloak ## Remote Validation Client with Keycloak
To create a client which can validate/introspect tokens in Keycloak create a To create a client which can validate/introspect tokens in Keycloak create a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment