19 declare(strict_types=1);
38 $valid = parent::checkInput();
46 $this->idpMetadataParser->parse($httpValue);
47 if ($this->idpMetadataParser->result()->isError()) {
48 $this->
setAlert(implode(
' ', [$this->
lng->txt(
'auth_saml_add_idp_md_error'), $this->idpMetadataParser->result()->error()]));
52 if (!$this->idpMetadataParser->result()->value()) {
53 $this->
setAlert($this->
lng->txt(
'auth_saml_add_idp_md_error'));
59 $this->
setAlert($this->
lng->txt(
'auth_saml_add_idp_md_error'));
__construct(Container $dic, ilPlugin $plugin)
This class represents a text area property in a property form.