diff --git a/config/config.js b/config/config.js
index f607a367c050cb1d4540e4a502bbcac337b9685b..7ab4184fa76c46d595bd4cccc6bb1a6242780055 100644
--- a/config/config.js
+++ b/config/config.js
@@ -9,7 +9,7 @@ module.exports = {
       saml: {
         path: process.env.SAML_PATH || '/saml/SSO',
         entryPoint: process.env.SAML_ENTRY_POINT || 'https://transfer.hft-stuttgart.de/idp/saml2/idp/SSOService.php',
-        issuer: 'sp-account.m4lab.hft-stuttgart.de',
+        issuer: 'sp-account-testing.m4lab.hft-stuttgart.de',
         logoutUrl: 'https://transfer.hft-stuttgart.de/idp/saml2/idp/SingleLogoutService.php'
       }
     },