diff options
Diffstat (limited to 'id/server/data/deploy/conf/moa-id')
-rw-r--r-- | id/server/data/deploy/conf/moa-id/htmlTemplates/slo_template.html | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/id/server/data/deploy/conf/moa-id/htmlTemplates/slo_template.html b/id/server/data/deploy/conf/moa-id/htmlTemplates/slo_template.html index a652855c4..88279ee96 100644 --- a/id/server/data/deploy/conf/moa-id/htmlTemplates/slo_template.html +++ b/id/server/data/deploy/conf/moa-id/htmlTemplates/slo_template.html @@ -375,11 +375,24 @@ </style> + #if($timeoutURL) + <script type="text/javascript"> + function sloTimeOut() { + window.location.href="$timeoutURL"; + + } + + </script> + #end <title>Single LogOut Vorgang ... </title> </head> -<body> +#if($timeoutURL) + <body onload='setTimeout(sloTimeOut(), $timeout);'> +#else + <body> +#end <noscript> <p> <strong>Note:</strong> Since your browser does not support |