Skip to content

Commit a41092c

Browse files
author
Victor Mignot
committed
--amend
Signed-off-by: Victor Mignot <victor.mignot-ext@randstad.fr>
1 parent 676662f commit a41092c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Kong 3.8.0 or later. Do not use the plugin with older Kong versions.
2121

2222
Download the release archive from [Releases](https://github.com/hanlaur/oidcify/releases) page.
2323

24-
Place binary `oidcify` in `/usr/local/bin/`.
24+
Place binary `oidcify` in `/usr/local/bin/`.
2525

2626
Set following environment variables before starting Kong:
2727

@@ -54,7 +54,7 @@ Plugin supports the following configuration inputs:
5454
| `scopes` | The scopes to request in the authorization code flow. You must include `openid` as one of the values. Example: `["openid", "profile", "email", "groups"]` | `["openid"]` | |
5555
| `use_pkce` | Use PKCE in the Authorization Code Flow. It is recommended to always use PKCE, if the OIDC provider supports it. | `true` | |
5656
| `use_userinfo` | Defines whether to call userinfo endpoint to collect additional claims for the purposes of `headers_from_claims` functionality. | `false` | |
57-
| `bearer_jwt_allowed_auds` | Allowed `aud` values when validating Authorization header Bearer token. By default Bearer JWT authentication is disabled. The `aud` may be same or different from the authorization code flow Client ID. | `[]` (no allowed ids) | |
57+
| `bearer_jwt_allowed_auds` | Allowed values when validating Authorization header Bearer token. Matches against the `aud` claim, or the `client_id` claim (useful for AWS Cognito M2M tokens that omit the `aud` claim). Supports the wildcard `"*"` to allow any valid token signed by the IdP. By default, Bearer JWT authentication is disabled. | `[]` (no allowed ids) | |
5858
| `bearer_jwt_allowed_algs` | Allowed signing algorithms when validating Authorization header Bearer token. | `["RS256"]` | |
5959
| `cookie_name` | Name prefix for OIDC session cookie. Sequence number will be appended to support cookie splitting. | `OIDCSESSION` | |
6060
| `session_lifetime_seconds` | Session lifetime in seconds. By default, session life time follows ID token expiry. If set, session expires based on ID token `iat` plus the configured lifetime value. Applies to auth code flow only. | `0` (use ID token value) | |

0 commit comments

Comments
 (0)