Skip to content

Commit 25e0f4c

Browse files
committed
docs
1 parent b6f7b07 commit 25e0f4c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/CONFIGURATION.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,7 @@ Environment variables use the prefix `KNPT_` followed by the configuration path
4040
| `KNPT_MITZ_TLSKEYFILE` | `mitz.tlskeyfile` | Path to private key (only for .pem certs) |
4141
| `KNPT_MITZ_TLSKEYPASSWORD` | `mitz.tlskeypassword` | Password for .p12/.pfx |
4242
| `KNPT_MITZ_TLSCAFILE` | `mitz.tlscafile` | Path to server certificate |
43+
| **Authentication** | | | |
44+
| `KNPT_AUTHN_CLIENTS_<index>_ID` | `authn.clients.<index>.id` | `client_id` for this OIDC/OAuth2 client. |
45+
| `KNPT_AUTHN_CLIENTS_<index>_SECRET` | `authn.clients.<index>.secret` | `client_secret` for this OIDC/OAuth2 client. |
46+

0 commit comments

Comments
 (0)