Home
last modified time | relevance | path

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

/plugin/adfs/phpsaml/lib/Saml2/
H A DSettings.php50 private $_idp = array(); variable in OneLogin_Saml2_Settings
259 $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 …]