ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
invalid_session.php
Go to the documentation of this file.
1<?php
12if (!isset($this->data['head'])) {
13 $this->data['head'] = '';
14}
15$this->includeAtTemplateBase('includes/header.php');
16
17$translator = $this->getTranslator();
18
19$params = array(
20 '%IDP%' => $this->data['idp_name'],
21 '%SP%' => $this->data['sp_name'],
22);
23?>
24 <h2><?php echo $translator->t('{saml:proxy:invalid_idp}'); ?></h2>
25 <p><?php echo $translator->t('{saml:proxy:invalid_idp_description}', $params); ?></p>
26 <form method="post" action="?">
27 <input type="hidden" name="AuthState" value="<?php echo htmlspecialchars($this->data['AuthState']); ?>" />
28 <input type="submit" name="continue" value="<?php echo $translator->t('{general:yes_continue}'); ?>" />
29 <input type="submit" name="cancel" value="<?php echo $translator->t('{general:no_cancel}'); ?>" />
30 </form>
31<?php
32$this->includeAtTemplateBase('includes/footer.php');
An exception for terminatinating execution or to throw for unit testing.
$translator
$template data['AuthState']