From a1e8a2f9d5198bd76271beffd9d094037d13ee61 Mon Sep 17 00:00:00 2001
From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de>
Date: Fri, 6 Dec 2019 13:43:21 +0100
Subject: [PATCH] [saml] set SP identifier to testing sp

---
 config/config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/config.js b/config/config.js
index f607a36..7ab4184 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'
       }
     },
-- 
GitLab