Support internal KeyCape OIDC endpoints
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s

This commit is contained in:
tegwick 2026-07-28 00:23:30 +02:00
parent 67ad2af640
commit 268b3156f9
2 changed files with 5 additions and 2 deletions

View file

@ -49,6 +49,7 @@ def create_application() -> PortalApplication:
client_id=_required("USER_ENGINE_OIDC_CLIENT_ID"),
redirect_uri=_required("USER_ENGINE_OIDC_REDIRECT_URI"),
audience=_required("USER_ENGINE_OIDC_AUDIENCE"),
backend_url=os.environ.get("USER_ENGINE_OIDC_BACKEND_URL"),
),
)