Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.

Commit 855845d

Browse files
docs: add env variable AUTH_OIDC_TOKEN_ENDPOINT_AUTH_METHOD (#554)
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
1 parent 8d3a1d2 commit 855845d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/advanced/single-sign-on/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ Homarr supports multiple authentication options, from internal userbase (credent
200200
| ``AUTH_OIDC_NAME_ATTRIBUTE_OVERWRITE`` | Overwrite name attribute. By default it will use preferred_username if it does not contain a `@` and otherwise name. | --- |
201201
| ``AUTH_OIDC_FORCE_USERINFO`` | Force userinfo endpoint to be used for user information. | false |
202202
| ``AUTH_OIDC_ENABLE_DANGEROUS_ACCOUNT_LINKING`` | Enable account linking for OIDC provider. This will link the OIDC accounts by email. Be sure that you have verified emails to prevent stealing accounts. | false |
203+
| ``AUTH_OIDC_TOKEN_ENDPOINT_AUTH_METHOD`` | Override method for the token endpoint authentication. Supported values are `client_secret_basic`, `client_secret_post`, `client_secret_jwt` and `none`. | client_secret_basic |
203204

204205
### Permission System
205206

0 commit comments

Comments
 (0)