19 declare(strict_types=1);
32 $valid = parent::checkInput();
40 $result = $this->idpMetadataParser->parse($httpValue);
41 if ($result->isError()) {
42 $this->
setAlert(implode(
' ', [$this->
lng->txt(self::AUTH_SAML_ADD_IDP_MD_ERROR), $result->error()]));
48 $this->
setAlert($this->
lng->txt(self::AUTH_SAML_ADD_IDP_MD_ERROR));
__construct(Container $dic, ilPlugin $plugin)
This class represents a text area property in a property form.