-
Notifications
You must be signed in to change notification settings - Fork 563
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into feature/okta-number-challenge
- Loading branch information
Showing
3 changed files
with
170 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,104 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title></title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<meta name="format-detection" content="telephone=no"> | ||
<meta http-equiv="x-ua-compatible" content="IE=edge"> | ||
<link rel="stylesheet" href="/pingid/assets/css/main-v21.144.css" media="screen" title="no title" charset="utf-8"> | ||
<link rel="stylesheet" media="screen" type="text/css" href="/pingid/assets/css/jsdisabled.css" /> | ||
<script type="text/javascript" src="/pingid/assets/js/jquery-1.11.1.min.js"></script> | ||
<script type="text/javascript" src="/pingid/assets/js/spin.js"></script> | ||
</head> | ||
<body> | ||
<noscript> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title></title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<meta name = "format-detection" content = "telephone=no"> | ||
<link rel="stylesheet" href="/pingid/assets/css/jsdisabled.css" media="screen" title="no title" charset="utf-8"> | ||
</head> | ||
<body> | ||
<div class="nojspage"> | ||
<div class="window error"> | ||
<div class="content"> | ||
<div class="status"></div> | ||
<div class="title-text"> | ||
Important | ||
</div> | ||
<div class="error-text"> | ||
<div class="text"> | ||
PingID requires Javascript to be enabled. If the problem persists, please contact your administrator. | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="footer"> | ||
<div class="pingid_logo"></div> | ||
<div class="copyright"> | ||
Copyright © 2003-2018 Ping Identity Corporation. All rights reserved. | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
</html> | ||
<style type="text/css"> | ||
.dialog { display:none; } | ||
</style> | ||
</noscript> | ||
<div class="dialog"> | ||
<div class="window authenticating"> | ||
<div class="content"> | ||
<h1> | ||
Authentication | ||
</h1> | ||
<p> | ||
Select the number displayed in your PingID mobile app | ||
</p> | ||
<div class="status"> | ||
<div class="numbermatching">10</div> | ||
</div> | ||
<div class="text device"> | ||
Authenticating on | ||
<div class="device-name"> | ||
iPhone X | ||
</div> | ||
</div> | ||
<a class="button" href="/pingid/ppm/devices">Change Device</a> | ||
</div> | ||
</div> | ||
<div class="admin-message">corporate motd</div> | ||
<div class="footer"> | ||
<a class="button settings-btn" href="https://authenticator.pingone.com/pingid/ppm/settings">Settings</a> | ||
<div class="logo"></div> | ||
<div class="copyright"> | ||
Copyright © 2003-2018 Ping Identity Corporation. All rights reserved. | ||
</div> | ||
</div> | ||
<!-- This can be removed once Async FF is removed. --> | ||
<form method="POST" action="https://authenticator.pingone.com/pingid/ppm/auth/status" id="form1"> | ||
<input type="hidden" name="csrfToken" id="csrfToken" value="abdb4264-6aab-4e1a-a830-63c9188e2395" encode="false" /> | ||
<noscript><input type="submit" value="Resume"/></noscript> | ||
</form> | ||
<form method="GET" action="https://authenticator.pingone.com/pingid/ppm/auth/response" id="reponseView"> | ||
<input type="hidden" name="csrfToken" id="csrfToken" value="abdb4264-6aab-4e1a-a830-63c9188e2395" encode="false" /> | ||
<input type="hidden" name="status" id="status" encode="false" /> | ||
<noscript><input type="submit" value="Resume"/></noscript> | ||
</form> | ||
<form method="GET" action="https://authenticator.pingone.com/pingid/ppm/auth/response" id="errorReponseView"> | ||
<input type="hidden" name="csrfToken" id="csrfToken" value="abdb4264-6aab-4e1a-a830-63c9188e2395" encode="false" /> | ||
</form> | ||
<div id="authModelSection"> | ||
<input type="hidden" name="isAsync" id="isAsync" value="true" encode="false" /> | ||
<input type="hidden" name="actionLink" id="actionLink" value="https://authenticator.pingone.com/pingid/ppm/auth/status" encode="false" /> | ||
<input type="hidden" name="useCodeUrl" id="useCodeUrl" value="/pingid/ppm/auth/usecode" encode="false" /> | ||
</div> | ||
<script type="text/javascript" src="/pingid/assets/js/utils/spinner.js"></script> | ||
<script type="text/javascript" src="/pingid/assets/js/utils/getAuthStatus.js"></script> | ||
<script type="text/javascript" src="/pingid/assets/js/utils/authenticationselfsubmit.js"></script> | ||
<script type="text/javascript" src="/pingid/assets/js/utils/usecodesubmit.js"></script> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters