diff options
| author | James Elliott <james-d-elliott@users.noreply.github.com> | 2024-03-05 20:11:16 +1100 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-05 19:11:16 +1000 | 
| commit | fb50f1a70c66d96391a3e9cae5721c9c78c75d8d (patch) | |
| tree | f49313d4452fbfb8072210c30d93602b81739a75 /docs/data | |
| parent | c70c83f74593c1ed75c2195e2dba74a5dfcd30cc (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.json | 10 | 
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"  | 
