Support internal KeyCape OIDC endpoints
This commit is contained in:
parent
67ad2af640
commit
268b3156f9
2 changed files with 5 additions and 2 deletions
|
|
@ -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"),
|
||||
),
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue