2021-02-01 13:01:15 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>Authentication failed</title>
|
|
|
|
<meta name="viewport" content="width=device-width, user-scalable=no">
|
|
|
|
<style type="text/css">
|
|
|
|
{% include "sso.css" without context %}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body class="error_page">
|
|
|
|
<header>
|
|
|
|
<h1>That doesn't look right</h1>
|
2021-01-12 13:19:42 -05:00
|
|
|
<p>
|
2021-02-01 13:46:12 -05:00
|
|
|
<strong>We were unable to validate your {{ server_name }} account</strong>
|
2021-02-01 13:01:15 -05:00
|
|
|
via single sign‑on (SSO), because the SSO Identity
|
|
|
|
Provider returned different details than when you logged in.
|
2021-01-12 13:19:42 -05:00
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Try the operation again, and ensure that you use the same details on
|
|
|
|
the Identity Provider as when you log into your account.
|
|
|
|
</p>
|
2021-02-01 13:01:15 -05:00
|
|
|
</header>
|
2021-02-03 15:31:23 -05:00
|
|
|
{% include "sso_footer.html" without context %}
|
2021-01-12 13:19:42 -05:00
|
|
|
</body>
|
|
|
|
</html>
|