2023-04-28 07:15:09 +00:00
|
|
|
{% extends "base_page.html" %}
|
|
|
|
{% block content %}
|
|
|
|
|
|
|
|
<h1>Test OIDC Authentication flow.</h1>
|
|
|
|
<p class="lead">Get started testing OIDC authentication flow</p>
|
|
|
|
<p>Redirect URI: {{ redirect_url }}</p>
|
2023-04-29 09:08:18 +00:00
|
|
|
<p>Your IP: {{ remote_ip }}</p>
|
2023-04-28 07:15:09 +00:00
|
|
|
<p class="lead">
|
|
|
|
<a href="/start" class="btn btn-lg btn-light fw-bold border-white bg-white">Start</a>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
{% endblock content %}
|