Skip to content
Snippets Groups Projects
Commit 99956194 authored by Pomucz Tamás András's avatar Pomucz Tamás András
Browse files

Type fix

parent b6ba4c16
No related branches found
Tags 1.4.4
No related merge requests found
Pipeline #51661 passed
......@@ -155,7 +155,7 @@ OIDC_OP_USER_ENDPOINT = os.environ.get('OIDC_USERINFO_ENDPOINT')
OIDC_OP_JWKS_ENDPOINT = os.environ.get('OIDC_JWKS_ENDPOINT')
OIDC_RP_SIGN_ALGO = os.environ.get('OIDC_SIGN_ALGO', 'RS256')
OIDC_RP_SCOPES = os.environ.get('OIDC_RP_SCOPES', 'openid email profile offline_access')
OIDC_VERIFY_KID = "False"
OIDC_VERIFY_KID = False
OIDC_EXEMPT_URLS = ["/healthz/", "/admin/", "/oidc/"]
LOGIN_REDIRECT_URL = "/"
LOGOUT_REDIRECT_URL = "/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment