Skip to content

Commit

Permalink
hard code in the ids
Browse files Browse the repository at this point in the history
  • Loading branch information
nprimak committed Nov 14, 2024
1 parent 47c653f commit 7a658e7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _pages/oidc/authorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ In an **unsuccessful authorization**, the URI will contain the parameters `error

<div class="grid-row grid-gap">
<div class="desktop:grid-col-9 mobile:grid-col-full">
<h2 class="margin-top-neg-1">Authorization</h2>
<h2 id="authorization" class="margin-top-neg-1">Authorization</h2>
<p>The authorization endpoint handles authentication and authorization of a user.
To present the Login.gov authorization page to a user, direct them to the
<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>
Expand Down
2 changes: 1 addition & 1 deletion _pages/oidc/authorization/pkce.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ In an **unsuccessful authorization**, the URI will contain the parameters `error

<div class="grid-row grid-gap">
<div class="desktop:grid-col-9 mobile:grid-col-full">
<h2 class="margin-top-neg-1">Authorization</h2>
<h2 id="authorization" class="margin-top-neg-1">Authorization</h2>
<p>The authorization endpoint handles authentication and authorization of a user.
To present the Login.gov authorization page to a user, direct them to the
<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>
Expand Down
2 changes: 1 addition & 1 deletion _pages/oidc/token.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ A [JWT](https://jwt.io/){:class="usa-link--external"} signed with the client’s

<div class="grid-row grid-gap">
<div class="desktop:grid-col-8 mobile:grid-col-full">
<h2>Token</h2>
<h2 id="token">Token</h2>
<p>Clients use the token endpoint to exchange the authorization code for an <code class="language-plaintext highlighter-rouge">access_token</code>. This token is needed to access the user info endpoint. To request a token, send a HTTP POST request to the /api/openid_connect/token endpoint.</p>
<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>
Expand Down
2 changes: 1 addition & 1 deletion _pages/oidc/token/pkce.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ A [JWT](https://jwt.io/){:class="usa-link--external"} signed with the client’s

<div class="grid-row grid-gap">
<div class="desktop:grid-col-8 mobile:grid-col-full">
<h2>Token</h2>
<h2 id="token">Token</h2>
<p>Clients use the token endpoint to exchange the authorization code for an <code class="language-plaintext highlighter-rouge">access_token</code>. This token is needed to access the user info endpoint. To request a token, send a HTTP POST request to the /api/openid_connect/token endpoint.</p>
<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>
Expand Down

0 comments on commit 7a658e7

Please sign in to comment.