feat: allow setting OIDC_CLIENT_SECRET_METHOD

This commit is contained in:
Aarnav Tale
2024-11-30 15:00:51 -05:00
parent a7d127c7bf
commit da0ee1382b
3 changed files with 7 additions and 2 deletions
+1
View File
@@ -34,6 +34,7 @@ If you use the Headscale configuration integration, these are not required.
- **`OIDC_ISSUER`**: The issuer URL of your OIDC provider.
- **`OIDC_CLIENT_ID`**: The client ID of your OIDC provider.
- **`OIDC_CLIENT_SECRET`**: The client secret of your OIDC provider.
- **`OIDC_CLIENT_SECRET_METHOD`**: The method used to send the client secret (default: `client_secret_basic`).
- **`ROOT_API_KEY`**: An API key used to issue new ones for sessions (keep expiry fairly long).
- **`DISABLE_API_KEY_LOGIN`**: If you want to disable API key login, set this to `true`.