oidc-test-client/templates/home.html

11 lines
332 B
HTML
Raw Normal View History

2023-04-27 16:26:46 +00:00
{% extends "base_page.html" %}
{% block content %}
2023-04-27 16:21:43 +00:00
2023-04-27 16:26:46 +00:00
<h1>Test OIDC Authentication flow.</h1>
<p class="lead">Get started testing OIDC authentication flow</p>
<p>Redirect URI: {{ redirect_url }}</p>
<p class="lead">
<a href="/start" class="btn btn-lg btn-light fw-bold border-white bg-white">Start</a>
</p>
2023-04-27 16:21:43 +00:00
2023-04-27 16:26:46 +00:00
{% endblock content %}