mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
Saml login, fixed constants
This commit is contained in:
parent
5a7fecb570
commit
0ee5ccb6b6
@ -466,10 +466,10 @@ define("OPTION_AGENT_AUTOCOMPLETE", 9);
|
|||||||
/* SAML attributes constants */
|
/* SAML attributes constants */
|
||||||
define("SAML_ROLE", "urn:mace:rediris.es:entitlement:monitoring:role");
|
define("SAML_ROLE", "urn:mace:rediris.es:entitlement:monitoring:role");
|
||||||
define("SAML_TAG", "urn:mace:rediris.es:entitlement:monitoring:tag");
|
define("SAML_TAG", "urn:mace:rediris.es:entitlement:monitoring:tag");
|
||||||
define("USER_DESC", "commonName");
|
define("SAML_USER_DESC", "commonName");
|
||||||
define("ID_USER_IN_PANDORA", "eduPersonTargetedId");
|
define("SAML_ID_USER_IN_PANDORA", "eduPersonTargetedId");
|
||||||
define("GROUP_IN_PANDORA", "schacHomeOrganization");
|
define("SAML_GROUP_IN_PANDORA", "schacHomeOrganization");
|
||||||
define("MAIL_IN_PANDORA", "mail");
|
define("SAML_MAIL_IN_PANDORA", "mail");
|
||||||
|
|
||||||
/* Other constants */
|
/* Other constants */
|
||||||
define("STATUS_OK", 0);
|
define("STATUS_OK", 0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user