From 7a658e7770ead76312b2b2e975bf3c26b9b5ffba Mon Sep 17 00:00:00 2001 From: Nadya Primak Date: Thu, 14 Nov 2024 11:32:51 -0500 Subject: [PATCH] hard code in the ids --- _pages/oidc/authorization.md | 2 +- _pages/oidc/authorization/pkce.md | 2 +- _pages/oidc/token.md | 2 +- _pages/oidc/token/pkce.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_pages/oidc/authorization.md b/_pages/oidc/authorization.md index 08180c56..a65d6d73 100644 --- a/_pages/oidc/authorization.md +++ b/_pages/oidc/authorization.md @@ -84,7 +84,7 @@ In an **unsuccessful authorization**, the URI will contain the parameters `error
-

Authorization

+

Authorization

The authorization endpoint handles authentication and authorization of a user. To present the Login.gov authorization page to a user, direct them to the /openid_connect/authorize. View an example for private_key_jwt or PKCE in the side panel.

diff --git a/_pages/oidc/authorization/pkce.md b/_pages/oidc/authorization/pkce.md index eb6070db..2359bfb8 100644 --- a/_pages/oidc/authorization/pkce.md +++ b/_pages/oidc/authorization/pkce.md @@ -105,7 +105,7 @@ In an **unsuccessful authorization**, the URI will contain the parameters `error
-

Authorization

+

Authorization

The authorization endpoint handles authentication and authorization of a user. To present the Login.gov authorization page to a user, direct them to the /openid_connect/authorize. View an example for private_key_jwt or PKCE in the side panel.

diff --git a/_pages/oidc/token.md b/_pages/oidc/token.md index eea77e35..f1e03c64 100644 --- a/_pages/oidc/token.md +++ b/_pages/oidc/token.md @@ -34,7 +34,7 @@ A [JWT](https://jwt.io/){:class="usa-link--external"} signed with the client’s
-

Token

+

Token

Clients use the token endpoint to exchange the authorization code for an access_token. 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.

View an example for private_key_jwt or PKCE in the side panel.

Request Parameters

diff --git a/_pages/oidc/token/pkce.md b/_pages/oidc/token/pkce.md index 36161283..357fb611 100644 --- a/_pages/oidc/token/pkce.md +++ b/_pages/oidc/token/pkce.md @@ -34,7 +34,7 @@ A [JWT](https://jwt.io/){:class="usa-link--external"} signed with the client’s
-

Token

+

Token

Clients use the token endpoint to exchange the authorization code for an access_token. 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.

View an example for private_key_jwt or PKCE in the side panel.

Request Parameters