summaryrefslogtreecommitdiff
path: root/docs/data
diff options
context:
space:
mode:
authorJames Elliott <james-d-elliott@users.noreply.github.com>2024-03-05 20:11:16 +1100
committerGitHub <noreply@github.com>2024-03-05 19:11:16 +1000
commitfb50f1a70c66d96391a3e9cae5721c9c78c75d8d (patch)
treef49313d4452fbfb8072210c30d93602b81739a75 /docs/data
parentc70c83f74593c1ed75c2195e2dba74a5dfcd30cc (diff)
feat: oauth2 authorization bearer (#6774)
This implements user authorization utilizing the OAuth 2.0 bearer scheme (i.e. RFC6750) for both the authorize code grant and client credentials grant. This effectively allows application "passwords" when used with the client credentials grant. Closes #2023, Closes #188. Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
Diffstat (limited to 'docs/data')
-rw-r--r--docs/data/configkeys.json10
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/data/configkeys.json b/docs/data/configkeys.json
index 5d1760c85..14e99122e 100644
--- a/docs/data/configkeys.json
+++ b/docs/data/configkeys.json
@@ -40,16 +40,6 @@
"env": "AUTHELIA_IDENTITY_PROVIDERS_OIDC_HMAC_SECRET_FILE"
},
{
- "path": "identity_providers.oidc.issuer_certificate_chain",
- "secret": true,
- "env": "AUTHELIA_IDENTITY_PROVIDERS_OIDC_ISSUER_CERTIFICATE_CHAIN_FILE"
- },
- {
- "path": "identity_providers.oidc.issuer_private_key",
- "secret": true,
- "env": "AUTHELIA_IDENTITY_PROVIDERS_OIDC_ISSUER_PRIVATE_KEY_FILE"
- },
- {
"path": "identity_providers.oidc.enable_client_debug_messages",
"secret": false,
"env": "AUTHELIA_IDENTITY_PROVIDERS_OIDC_ENABLE_CLIENT_DEBUG_MESSAGES"