diff --git a/services/webapp/code/rosetta/settings.py b/services/webapp/code/rosetta/settings.py index b774e15ea537bbb02ac47680b48763ec232da9db..63a0410711cb6f04502aab9a885ea13a53ddfc6e 100644 --- a/services/webapp/code/rosetta/settings.py +++ b/services/webapp/code/rosetta/settings.py @@ -263,7 +263,7 @@ if OIDC_RP_CLIENT_ID: # Optional OIDC_USE_NONCE = booleanize(os.environ.get('OIDC_USE_NONCE', False)) - OIDC_TOKEN_USE_BASIC_AUTH = booleanize(os.environ.get('OIDC_TOKEN_USE_BASIC_AUTH', True)) + OIDC_TOKEN_USE_BASIC_AUTH = booleanize(os.environ.get('OIDC_TOKEN_USE_BASIC_AUTH', False)) # Non-customizable stuff LOGIN_REDIRECT_URL = '/'