github.com/versent/saml2aws@v2.17.0+incompatible/pkg/provider/pingfed/example/otp.html (about)

     1  <!DOCTYPE html>
     2  <html>
     3  <head>
     4    <meta charset="utf-8">
     5    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     6    <meta http-equiv="x-ua-compatible" content="IE=edge">
     7    <title>PingID</title>
     8    <link rel="stylesheet" href="/pingid/assets/css/main-v21.144.css" media="screen" title="no title" charset="utf-8">
     9    <link rel="stylesheet" media="screen" type="text/css" href="/pingid/assets/css/jsdisabled.css" />
    10    <script type="text/javascript" src="/pingid/assets/js/jquery-1.11.1.min.js"></script>
    11    <script type="text/javascript" src="/pingid/assets/js/utils/ViewUtil.js"></script>
    12    <script type="text/javascript" src="/pingid/assets/js/wizards/otp.js"></script>
    13    <script type="text/javascript" src="/pingid/assets/js/utils/getAuthStatus.js"></script>
    14    <script type="text/javascript" src="/pingid/assets/js/utils/selfsubmitinstantotp.js"></script>
    15  </head>
    16  <body>
    17    <noscript>
    18      <!DOCTYPE html>
    19      <html>
    20      <head>
    21      	<title></title>
    22      	<meta name="viewport" content="width=device-width, initial-scale=1.0" />
    23      	<meta name = "format-detection" content = "telephone=no">
    24      	<link rel="stylesheet" href="/pingid/assets/css/jsdisabled.css" media="screen" title="no title" charset="utf-8">
    25      </head>
    26      <body>
    27          <div class="nojspage">
    28                  <div class="window error">
    29                      <div class="content">
    30                          <div class="status"></div>
    31              			<div class="title-text">
    32              			    Important
    33                          </div>
    34              	            <div class="error-text">
    35              					<div class="text">
    36              					    PingID requires Javascript to be enabled. If the problem persists, please contact your administrator.
    37              					</div>
    38              	            </div>
    39                      </div>
    40                  </div>
    41                  <div class="footer">
    42                      <div class="pingid_logo"></div>
    43                      <div class="copyright">
    44                          Copyright &copy; 2003-2018 Ping Identity Corporation. All rights reserved.
    45                      </div>
    46                  </div>
    47          </div>
    48      </body>
    49      </html>
    50      <style type="text/css">
    51    		.dialog { display:none; }
    52    	</style>
    53    </noscript>
    54    <div class="dialog">
    55      <div class="window settings">
    56        <div class="error-message"></div>
    57        <div class="content">
    58          <h1>
    59  				Authentication
    60  			</h1>
    61          <div class="success-message">
    62            Authenticating with Desktop Mac
    63          </div>
    64          <p>
    65            Enter the passcode displayed in PingID desktop.
    66          </p>
    67          <p></p>
    68          <form id="otp-form" action="https://authenticator.pingone.com/pingid/ppm/auth/otp" method="post">
    69            <input id="otp" name="otp" type="text" class="passcode-input" value="" maxlength="6" autocomplete="off" />
    70            <input type="hidden" name="csrfToken" id="csrfToken" value="62919d71-34d1-40a0-942d-f346efad3eca" encode="false" />
    71            <div class="call-again-link">
    72              &nbsp;
    73            </div>
    74            <div class="buttons">
    75              <a class="button" href="/pingid/ppm/devices">Change Device</a>
    76              <input type="submit" value="Sign On" class="primary" disabled>
    77            </div>
    78          </form>
    79        </div>
    80      </div>
    81      <div class="admin-message">Corporate MOTD</div>
    82      <div class="footer">
    83        <a class="button settings-btn" href="https://authenticator.pingone.com/pingid/ppm/settings">Settings</a>
    84        <div class="logo"></div>
    85        <div class="copyright">
    86          Copyright &copy; 2003-2018 Ping Identity Corporation. All rights reserved.
    87        </div>
    88      </div>
    89      <!-- Instant OTP response view -->
    90      <form method="GET" action="" id="reponseView">
    91        <input type="hidden" name="csrfToken" id="csrfToken" value="62919d71-34d1-40a0-942d-f346efad3eca" encode="false" />
    92      </form>
    93      <!-- Instant OTP error response view -->
    94      <form method="GET" action="" id="errorReponseView">
    95        <input type="hidden" name="csrfToken" id="csrfToken" value="62919d71-34d1-40a0-942d-f346efad3eca" encode="false" />
    96      </form>
    97      <div id="authModelSection">
    98        <input type="hidden" name="isUseCodeAllowed" id="isUseCodeAllowed" value="false" encode="false" />
    99        <input type="hidden" name="pollLink" id="pollLink" value="" encode="false" />
   100      </div>
   101    </div>
   102  </body>
   103  </html>