diff --git a/config/config.js b/config/config.js
index 8101d23710811d0076a9dfa8a8be392b354da140..42d1696b06d9e95d9afd796113054460a6a5d88f 100644
--- a/config/config.js
+++ b/config/config.js
@@ -9,7 +9,9 @@ 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.m4lab.hft-stuttgart.de', //local metadata
+        //issuer: 'sp-account-test.m4lab.hft-stuttgart.de', //testing metadata
+        //issuer: 'sp-account-prod.m4lab.hft-stuttgart.de', //production metadata
         logoutUrl: 'https://transfer.hft-stuttgart.de/idp/saml2/idp/SingleLogoutService.php'
       }
     },