From 7a826e38d0ec2eeb43d26fbd26deb9a2ce85c574 Mon Sep 17 00:00:00 2001 From: Arturo Gonzalez Date: Tue, 1 Mar 2016 11:55:18 +0100 Subject: [PATCH] Changed data in saml login --- pandora_console/include/constants.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pandora_console/include/constants.php b/pandora_console/include/constants.php index f9d9717809..aa645375be 100644 --- a/pandora_console/include/constants.php +++ b/pandora_console/include/constants.php @@ -462,7 +462,8 @@ define("OPTION_CUSTOM_INPUT", 8); define("OPTION_AGENT_AUTOCOMPLETE", 9); /* SAML attributes constants */ -define("ROLES_AND_TAGS", "urn:mace:rediris.es:entitlement:monitoring:"); +define("SAML_ROLE", "urn:mace:rediris.es:entitlement:monitoring:role"); +define("SAML_TAG", "urn:mace:rediris.es:entitlement:monitoring:tag"); define("USER_DESC", "commonName"); define("ID_USER_IN_PANDORA", "eduPersonTargetedId"); define("GROUP_IN_PANDORA", "schacHomeOrganization");