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

Switch to the OIDC discover protocol for the provider config

The goal is to support every OIDC server that implements the discover
protocol (Keycloak for example). This allows us to fetch all the required
information at runtime without the user having to keep the settings
in sync with the used server. The config and public keys are cached for
one hour.

While in theory this works with non-keycloak it isn't tested yet, and we
still need keycloak specific settings for the API docs auth because we only
support keycloak with our frontend web components which we inject into the
openapi docs.

Fixes #3
parent 6652d9ba
No related branches found
No related tags found
1 merge request!14Switch to the OIDC discover protocol for the provider config
Pipeline #57274 passed
Showing
with 584 additions and 237 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment