Lines Matching full:values
55 * @return array<string,array> Values (compatibility with the new version)
59 $values = array();
61 $values['sp'] = array();
62 $values['sp']['entityId'] = $this->spIssuer;
63 $values['sp']['assertionConsumerService'] = array(
66 $values['sp']['NameIDFormat'] = $this->requestedNameIdFormat;
68 $values['idp'] = array();
69 $values['idp']['entityId'] = $this->idpSingleSignOnUrl;
70 $values['idp']['singleSignOnService'] = array(
73 $values['idp']['singleLogoutService'] = array(
76 $values['idp']['x509cert'] = $this->idpPublicCertificate;
78 return $values;