logout.html 515 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
<!doctype html>
<html lang="en">

<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  <title>Gestione Pratiche</title>
  <script src="logout.js"></script>
</head>

<body>
  <form id="logout" style="visibility: hidden">
    <input type="text" id="id_token_hint" name="id_token_hint">
    <input type="text" id="post_logout_redirect_uri" name="post_logout_redirect_uri">
    <input type="text" id="state" name="state">
  </form>
</body>

</html>