Update home.html

This commit is contained in:
Juan Ignacio Fiorentino 2016-02-09 12:21:15 -03:00
parent 0966f4727c
commit ef319d7027

View file

@ -21,7 +21,7 @@
<div class="ui list">
<div class="item">
<a href="{% url 'oidc_provider:provider_info' %}" class="header">{% url 'oidc_provider:provider_info' %}</a>
<div class="description">This endpoint performs Authentication of the End-User. <a href="http://openid.net/specs/openid-connect-discovery-1_0.html#ProviderConfig" target="_BLANK">Read more</a>.</div>
<div class="description">The configuration information of the provider. <a href="http://openid.net/specs/openid-connect-discovery-1_0.html#ProviderConfig" target="_BLANK">Read more</a>.</div>
</div>
<div class="item">
<a href="{% url 'oidc_provider:jwks' %}" class="header">{% url 'oidc_provider:jwks' %}</a>
@ -50,4 +50,4 @@
</div>
</div>
{% endblock %}
{% endblock %}