Skip to content

Commit ce4c910

Browse files
authored
Merge branch 'main' into fix-install-scripts-issues-from-2.18.0
2 parents 697b42e + 9d21514 commit ce4c910

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/nginx/deployment-guides/single-sign-on/cognito.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ Configure NGINX Plus as the OpenID Connect relying party:
134134

135135
- `set $oidc_authz_endpoint` – `<My-Cognito-Domain-Name>/oauth2/authorize`
136136
- `set $oidc_token_endpoint` – `<My-Cognito-Domain-Name>/oauth2/token`
137-
- `set $oidc_client` – Value in the <span style="white-space: nowrap; font-weight:bold;">App client id</span> field from [Step 11 of _Configuring Amazon Cognito_](#cognito-app-client-id-secret) (in this guide, `2or4cs8bjo1lkbq6143tqp6ist`)
138-
- `set $oidc_client_secret` – Value in the <span style="white-space: nowrap; font-weight:bold;">App client secret</span> field from [Step 11 of _Configuring Amazon Cognito_](#cognito-app-client-id-secret) (in this guide, `1k63m3nrcnu...`)
137+
- `set $oidc_client` – Value in the <span style="white-space: nowrap; font-weight:bold;">App client id</span> field from [Step 11 of _Configuring Amazon Cognito_](#cognito-app-client-id-secret)
138+
- `set $oidc_client_secret` – Value in the <span style="white-space: nowrap; font-weight:bold;">App client secret</span> field from [Step 11 of _Configuring Amazon Cognito_](#cognito-app-client-id-secret)
139139
- `set $oidc_hmac_key` – A unique, long, and secure phrase
140140

141141
4. Configure the JWK file. The file's URL is

content/nms/acm/tutorials/introspection-keycloak.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1533,7 +1533,7 @@ Opaque tokens are supported out-of-the-box with the API Connectivity Manager OAu
15331533
```bash
15341534
POST https://192.0.2.4/my/test/api
15351535
HEADERS:
1536-
Authorization: 'Bearer _0XBPWQQ_1ff4199b-57c3-4b26-905c-3e95fc8cd836'
1536+
Authorization: 'Bearer <OAuth 2 token>'
15371537
```
15381538
15391539
```bash

0 commit comments

Comments
 (0)