Skip to content

Commit

Permalink
style selected on jwt pages
Browse files Browse the repository at this point in the history
  • Loading branch information
nprimak committed Nov 14, 2024
1 parent 07cbf44 commit 47c653f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _pages/oidc/authorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ In an **unsuccessful authorization**, the URI will contain the parameters `error
<code class="language-plaintext highlighter-rouge">/openid_connect/authorize</code>. View an example for <strong>private_key_jwt</strong> or <strong>PKCE</strong> in the side panel.</p>
<h3 class="margin-top-4" id="request-parameters">Request Parameters</h3>
<ul class="doc-sub-nav">
<li id="jwt-nav" class="doc-sub-nav-item margin-left-neg-3">
<li id="jwt-nav" class="doc-sub-nav-item code-button__selected margin-left-neg-3">
<a href="{% link _pages/oidc/authorization.md %}#authorization">JWT</a>
</li>
<li id="pkce-nav" class="doc-sub-nav-item code-button__selected margin-left-3">
<li id="pkce-nav" class="doc-sub-nav-item margin-left-3">
<a href="{% link _pages/oidc/authorization/pkce.md %}#authorization">PKCE</a>
</li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions _pages/oidc/token.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ A [JWT](https://jwt.io/){:class="usa-link--external"} signed with the client’s
<p>View an example for <strong>private_key_jwt</strong> or <strong>PKCE</strong> in the side panel.</p>
<h3 class="margin-top-4" id="request-parameters">Request Parameters</h3>
<ul class="doc-sub-nav">
<li id="jwt-nav" class="doc-sub-nav-item margin-left-neg-3"><a href="{% link _pages/oidc/token.md %}#token">JWT</a></li>
<li id="pkce-nav" class="doc-sub-nav-item code-button__selected margin-left-3"><a href="{% link _pages/oidc/token/pkce.md %}#token">PKCE</a></li>
<li id="jwt-nav" class="doc-sub-nav-item code-button__selected margin-left-neg-3"><a href="{% link _pages/oidc/token.md %}#token">JWT</a></li>
<li id="pkce-nav" class="doc-sub-nav-item margin-left-3"><a href="{% link _pages/oidc/token/pkce.md %}#token">PKCE</a></li>
</ul>
<div class="dev-doc-row jwt-only">
<div class="grid-row">
Expand Down

0 comments on commit 47c653f

Please sign in to comment.