datatracker/ietf/templates/api/openid-issuer.html
Lars Eggert bbf088e18b Hopefully the final check-ins.
- Legacy-Id: 19909
2022-02-08 17:29:15 +00:00

13 lines
509 B
HTML

{# Copyright The IETF Trust 2007, All Rights Reserved #}
{% extends "base.html" %}
{% block title %}OpenID Connect Issuer{% endblock %}
{% block content %}
<h1 class="mb-3">OpenID Connect Issuer</h1>
<p>
This is the IETF Datatracker's OpenID Connect Issuer endpoint.
The OpenID Connect provider info is at
<code>
<a class="text-reset" href="{% url 'oidc_provider:provider-info' %}">{% url 'oidc_provider:provider-info' %}</a>
</code>
</p>
{% endblock %}