diff --git a/test/login_logout/Dockerfile b/test/login_logout/Dockerfile
index 5abcafd1184936be7ca248625036cc15a3a5659a..817fb34319687d7b26cd809e2e77d724b9ebd4ad 100644
--- a/test/login_logout/Dockerfile
+++ b/test/login_logout/Dockerfile
@@ -7,9 +7,9 @@ RUN pip3 install --no-cache-dir -r requirements.txt
 
 COPY . .
 
-ENV BASE_URL https://hydra.oas.example.net
-ENV ACCESS_TOKEN_URL https://hydra.oas.example.net/oauth2/token
-ENV AUTHORIZE_URL https://hydra.oas.example.net/oauth2/auth
+ENV BASE_URL https://sso.oas.example.net
+ENV ACCESS_TOKEN_URL https://sso.oas.example.net/oauth2/token
+ENV AUTHORIZE_URL https://sso.oas.example.net/oauth2/auth
 ENV KEY testapp
 ENV SECRET verysecret