diff --git a/modules/authorize/templates/authorize_403.php b/modules/authorize/templates/authorize_403.php index 6bb2e3b4f745550702a39c46ecb617e8d477fc03..9b02c1444ac47e6a6511dae2f13d536270ccd125 100644 --- a/modules/authorize/templates/authorize_403.php +++ b/modules/authorize/templates/authorize_403.php @@ -10,6 +10,7 @@ * @version $Id$ */ +global $state; $this->data['403_header'] = $this->t('{authorize:Authorize:403_header}'); $this->data['403_text'] = $this->t('{authorize:Authorize:403_text}'); @@ -18,6 +19,7 @@ $this->includeAtTemplateBase('includes/header.php'); ?> <h1><?php echo $this->data['403_header']; ?></h1> <p><?php echo $this->data['403_text']; ?></p> +<p><a href="<?php echo SimpleSAML_Module::getModuleURL('core/authenticate.php', array('as' => $state['Source']['auth']))."&logout"; ?>"><?php echo $this->t('{status:logout}'); ?></a></p> <?php $this->includeAtTemplateBase('includes/footer.php'); ?>