Home
last modified time | relevance | path

Searched refs:NAMEID_UNSPECIFIED (Results 1 – 5 of 5) sorted by relevance

/plugin/adfs/
H A Dhelper.php71 'NameIDFormat' => OneLogin_Saml2_Constants::NAMEID_UNSPECIFIED,
/plugin/adfs/phpsaml/lib/Saml2/
H A DLogoutRequest.php78 $spData['NameIDFormat'] != OneLogin_Saml2_Constants::NAMEID_UNSPECIFIED) {
94 … if (!empty($nameIdFormat) && $nameIdFormat == OneLogin_Saml2_Constants::NAMEID_UNSPECIFIED) {
H A DConstants.php17 const NAMEID_UNSPECIFIED = 'urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified'; define in OneLogin_Saml2_Constants
H A DSettings.php361 $this->_sp['NameIDFormat'] = OneLogin_Saml2_Constants::NAMEID_UNSPECIFIED;
/plugin/adfs/phpsaml/
H A DCHANGELOG182 * Set NAMEID_UNSPECIFIED as default NameIDFormat to prevent conflicts with IdPs that don't support …