diff --git a/goofy-client/apps/goofy-e2e/deployment-values/goofy/ea-values.yaml b/goofy-client/apps/goofy-e2e/deployment-values/goofy/ea-values.yaml
index 0f0c380e7742c42c4aac7aa8b20a3bdc2912690c..0f6ecd3614122acd9a52b86a3f1d50ae116d5076 100644
--- a/goofy-client/apps/goofy-e2e/deployment-values/goofy/ea-values.yaml
+++ b/goofy-client/apps/goofy-e2e/deployment-values/goofy/ea-values.yaml
@@ -1,5 +1,5 @@
 sso:
-  serverUrl: 'https://sso.dev.ozg-sh.de/auth'
+  serverUrl: 'https://sso.dev.ozg-sh.de'
   role_einheitlicher_ansprechpartner: true
   apiPassword: "Goofy1234!"
 env:
diff --git a/goofy-client/apps/goofy-e2e/deployment-values/goofy/values.yaml b/goofy-client/apps/goofy-e2e/deployment-values/goofy/values.yaml
index cf6d7c3b88614b1b205cd616a46dc332303752a3..7d0546b348bc8b38f8dcfff86a0c8f9ab2ce40ce 100644
--- a/goofy-client/apps/goofy-e2e/deployment-values/goofy/values.yaml
+++ b/goofy-client/apps/goofy-e2e/deployment-values/goofy/values.yaml
@@ -1,5 +1,5 @@
 sso:
-  serverUrl: 'https://sso.dev.ozg-sh.de/auth'
+  serverUrl: 'https://sso.dev.ozg-sh.de'
   apiPassword: "Goofy1234!"
 env:
   overrideSpringProfiles: 'oc, dev, e2e'
diff --git a/goofy-server/src/main/resources/application-dev.yml b/goofy-server/src/main/resources/application-dev.yml
index f71d1f347383fc38d3c53afdf364e77620343977..2e7f1d297f8df38f021e38fc122988f2fb8745f5 100644
--- a/goofy-server/src/main/resources/application-dev.yml
+++ b/goofy-server/src/main/resources/application-dev.yml
@@ -2,7 +2,7 @@ goofy:
   production: false
 
 keycloak:
-  auth-server-url: https://sso.dev.ozg-sh.de/auth
+  auth-server-url: https://sso.dev.ozg-sh.de
   realm: sh-kiel-dev
   resource: sh-kiel-dev-goofy
 
diff --git a/goofy-server/src/main/resources/application-local.yml b/goofy-server/src/main/resources/application-local.yml
index e31341b5373e35f978cca6e7c4c24d3ea2bab468..1f643e5040ffad7609a2433621751996291a5ab8 100644
--- a/goofy-server/src/main/resources/application-local.yml
+++ b/goofy-server/src/main/resources/application-local.yml
@@ -7,7 +7,7 @@ goofy:
   production: false
     
 keycloak:
-  auth-server-url: http://localhost:8088/auth
+  auth-server-url: http://localhost:8088
   realm: sh-kiel-dev
   resource: sh-kiel-dev-goofy
 
diff --git a/goofy-server/src/main/resources/application-remotekc.yml b/goofy-server/src/main/resources/application-remotekc.yml
index e14e26cd6c0c7e11c2030d7f982214573146b871..27d79a2b71edec7b68f4646f78af736a38cac11b 100644
--- a/goofy-server/src/main/resources/application-remotekc.yml
+++ b/goofy-server/src/main/resources/application-remotekc.yml
@@ -1,5 +1,5 @@
 keycloak:
-  auth-server-url: https://sso.dev.ozg-sh.de/auth
+  auth-server-url: https://sso.dev.ozg-sh.de
   
 goofy:
   keycloak:
diff --git a/goofy-server/src/main/resources/application.yml b/goofy-server/src/main/resources/application.yml
index 2e89353325d25d232a366d0d5209fe1f7d28c75e..b6196f3d96f07a9ed95f2c523323cc9a85f55e98 100644
--- a/goofy-server/src/main/resources/application.yml
+++ b/goofy-server/src/main/resources/application.yml
@@ -56,7 +56,7 @@ goofy:
       password:  
       
 keycloak:
-  auth-server-url: http://localhost:8088/auth 
+  auth-server-url: http://localhost:8088
   realm: sh-kiel-dev
   resource: sh-kiel-dev-goofy
   public-client: true