We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f7b07 commit 25e0f4cCopy full SHA for 25e0f4c
docs/CONFIGURATION.md
@@ -40,3 +40,7 @@ Environment variables use the prefix `KNPT_` followed by the configuration path
40
| `KNPT_MITZ_TLSKEYFILE` | `mitz.tlskeyfile` | Path to private key (only for .pem certs) |
41
| `KNPT_MITZ_TLSKEYPASSWORD` | `mitz.tlskeypassword` | Password for .p12/.pfx |
42
| `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