We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b2598f commit 5bf5a28Copy full SHA for 5bf5a28
reana_server/config.py
@@ -302,6 +302,9 @@ def _get_rate_limit(env_variable: str, default: str) -> str:
302
OAUTHCLIENT_REMOTE_APPS = dict()
303
OAUTHCLIENT_REST_REMOTE_APPS = dict()
304
305
+# Default value for when no login providers are configured. Used for JWT validation.
306
+REANA_OAUTH_JWK_URL = None
307
+
308
# Keycloak is only configured if login providers are defined
309
if REANA_SSO_LOGIN_PROVIDERS:
310
# Variables for the first login provider in the JSON
0 commit comments