From 2bee8a5effc6a2ddf6a3c4e512236144894c0777 Mon Sep 17 00:00:00 2001 From: Marco Malavolti Date: Wed, 27 Nov 2019 17:44:39 +0100 Subject: [PATCH] Fixed Issue #15 --- roles/idp/templates/idp.conf.j2 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/roles/idp/templates/idp.conf.j2 b/roles/idp/templates/idp.conf.j2 index 79d8778..d4769eb 100644 --- a/roles/idp/templates/idp.conf.j2 +++ b/roles/idp/templates/idp.conf.j2 @@ -8,5 +8,10 @@ Require all granted - RedirectMatch ^/$ {{ idp_metadata['en']['mdui_infoUrl'] }} + + RedirectMatch ^/$ {{ idp_metadata['it']['mdui_infoUrl'] }} + + + RedirectMatch ^/$ {{ idp_metadata['en']['mdui_infoUrl'] }} +