Searched refs:_idp (Results 1 – 1 of 1) sorted by relevance
50 private $_idp = array(); variable in OneLogin_Saml2_Settings259 $this->_idp = $settings['idp'];441 if (!isset($this->_idp['x509cert'])) {442 $this->_idp['x509cert'] = '';444 if (!isset($this->_idp['certFingerprint'])) {445 $this->_idp['certFingerprint'] = '';774 return $this->_idp;992 if (isset($this->_idp['x509cert'])) {993 $this->_idp['x509cert'] = OneLogin_Saml2_Utils::formatCert($this->_idp['x509cert']);1002 if (isset($this->_idp['x509certMulti'])) {[all …]