Home
last modified time | relevance | path

Searched refs:NAMEID_ENTITY (Results 1 – 3 of 3) sorted by relevance

/plugin/adfs/phpsaml/lib/Saml/
H A DSettings.php14 const NAMEID_ENTITY = 'urn:oasis:names:tc:SAML:2.0:nameid-format:entity'; define in OneLogin_Saml_Settings
/plugin/adfs/phpsaml/lib/Saml2/
H A DLogoutRequest.php83 $nameIdFormat = OneLogin_Saml2_Constants::NAMEID_ENTITY;
89 if (!empty($nameIdFormat) && $nameIdFormat == OneLogin_Saml2_Constants::NAMEID_ENTITY) {
H A DConstants.php19 const NAMEID_ENTITY = 'urn:oasis:names:tc:SAML:2.0:nameid-format:entity'; define in OneLogin_Saml2_Constants