Skip to content

Commit

Permalink
fix: provide link to OIDC discovery page
Browse files Browse the repository at this point in the history
  • Loading branch information
tymees committed Oct 8, 2024
1 parent 03fcbc3 commit 318ffa7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion main/templates/main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,12 @@ <h1>OpenID Connect Applications</h1>
New
</a>
</div>

<div class="uu-container">
<div class="col-12">
<p>
OIDC discovery info can be found <a href="{% url 'oauth2_provider:oidc-connect-discovery-info' %}" target="_blank">here</a>.
</p>
</div>
<div class="col-12">
<table class="table">
<thead>
Expand Down

0 comments on commit 318ffa7

Please sign in to comment.