<p><inputname="singleLogoutService.url"value="<?phpp(\OC::$server->getConfig()->getAppValue('user_saml','idp-singleLogoutService.url',''))?>"type="text"placeholder="<?phpp($l->t('URL Location of the IdP where the SP will send the SLO Request'))?>"/></p>
<p><inputname="singleLogoutService.responseUrl"value="<?phpp(\OC::$server->getConfig()->getAppValue('user_saml','idp-singleLogoutService.responseUrl',''))?>"type="text"placeholder="<?phpp($l->t('URL Location of the IDP\'s SLO Response'))?>"/></p>
<p><textareaname="x509cert"placeholder="<?phpp($l->t('Public X.509 certificate of the IdP'))?>"><?phpp(\OC::$server->getConfig()->getAppValue('user_saml','idp-x509cert',''))?></textarea></p>