2021-02-01 13:36:04 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
2021-02-03 15:31:23 -05:00
|
|
|
<title>Confirm it's you</title>
|
2021-02-01 13:36:04 -05:00
|
|
|
<meta name="viewport" content="width=device-width, user-scalable=no">
|
|
|
|
<style type="text/css">
|
|
|
|
{% include "sso.css" without context %}
|
|
|
|
</style>
|
|
|
|
</head>
|
2020-04-01 08:48:00 -04:00
|
|
|
<body>
|
2021-02-01 13:36:04 -05:00
|
|
|
<header>
|
|
|
|
<h1>Confirm it's you to continue</h1>
|
2020-04-01 08:48:00 -04:00
|
|
|
<p>
|
2021-02-01 13:46:12 -05:00
|
|
|
A client is trying to {{ description }}. To confirm this action
|
2021-02-01 13:36:04 -05:00
|
|
|
re-authorize your account with single sign-on.
|
2020-04-01 08:48:00 -04:00
|
|
|
</p>
|
2021-02-01 13:36:04 -05:00
|
|
|
<p><strong>
|
|
|
|
If you did not expect this, your account may be compromised.
|
|
|
|
</strong></p>
|
|
|
|
</header>
|
|
|
|
<main>
|
2021-02-01 13:48:11 -05:00
|
|
|
<a href="{{ redirect_url }}" class="primary-button">
|
2021-02-01 13:46:12 -05:00
|
|
|
Continue with {{ idp.idp_name }}
|
2021-02-01 13:36:04 -05:00
|
|
|
</a>
|
|
|
|
</main>
|
2021-02-03 15:31:23 -05:00
|
|
|
{% include "sso_footer.html" without context %}
|
2020-04-01 08:48:00 -04:00
|
|
|
</body>
|
|
|
|
</html>
|