Loading services/proxy/default-ssl.conf +3 −1 Original line number Diff line number Diff line Loading @@ -134,6 +134,8 @@ # MSIE 7 and newer should be able to use keepalive BrowserMatch "MSIE [17-9]" ssl-unclean-shutdown # Required for the Open ID connect redirects to work properly RequestHeader set X-Forwarded-Proto 'https' env=HTTPS </VirtualHost> </IfModule> Loading services/webapp/code/rosetta/settings.py +4 −1 Original line number Diff line number Diff line Loading @@ -263,8 +263,11 @@ if OIDC_RP_CLIENT_ID: LOGIN_REDIRECT_URL = '/' LOGOUT_REDIRECT_URL = '/' LOGIN_REDIRECT_URL_FAILURE = '/' #OIDC_AUTHENTICATION_CALLBACK_URL = 'rosetta.local/oidc/callback/' # Required for the Open ID connect redirects to work properly USE_X_FORWARDED_HOST = True SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https') Loading Loading
services/proxy/default-ssl.conf +3 −1 Original line number Diff line number Diff line Loading @@ -134,6 +134,8 @@ # MSIE 7 and newer should be able to use keepalive BrowserMatch "MSIE [17-9]" ssl-unclean-shutdown # Required for the Open ID connect redirects to work properly RequestHeader set X-Forwarded-Proto 'https' env=HTTPS </VirtualHost> </IfModule> Loading
services/webapp/code/rosetta/settings.py +4 −1 Original line number Diff line number Diff line Loading @@ -263,8 +263,11 @@ if OIDC_RP_CLIENT_ID: LOGIN_REDIRECT_URL = '/' LOGOUT_REDIRECT_URL = '/' LOGIN_REDIRECT_URL_FAILURE = '/' #OIDC_AUTHENTICATION_CALLBACK_URL = 'rosetta.local/oidc/callback/' # Required for the Open ID connect redirects to work properly USE_X_FORWARDED_HOST = True SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https') Loading