From 2aa3bc6343d886d424a8355e64d374d71c47031c Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Apr 20 2023 12:43:10 +0000 Subject: PDC: use the correct variable for the username Signed-off-by: Aurélien Bompard --- diff --git a/roles/pdc/frontend/templates/pdc.conf b/roles/pdc/frontend/templates/pdc.conf index 8bedf17..3e17d5a 100644 --- a/roles/pdc/frontend/templates/pdc.conf +++ b/roles/pdc/frontend/templates/pdc.conf @@ -49,7 +49,7 @@ WSGIScriptAlias / /usr/lib/python2.7/site-packages/pdc/wsgi.py MellonEndpointPath /saml2 MellonVariable "saml-sesion-cookie" - MellonUser "NAME_ID" + MellonUser username MellonIdP "IDP" MellonSessionLength 3600 # MellonNoCookieErrorPage "https://idp.example.com/no-cookie-error.html"