[OAuth2] Allow custom client_id and client_secret

This commit is contained in:
magicfelix
2026-02-24 18:14:19 +01:00
parent 610a8bc837
commit 74ad76b36d
4 changed files with 36 additions and 1 deletions

View File

@@ -1360,6 +1360,22 @@ Endpoint URL for the OAuth2 token
Default: (unset)
##### oauth2_client_id
_(>= 3.5.0)_
Client ID used to request the Auth2 token
Default: `radicale`
##### oauth2_client_secret
_(>= 3.5.0)_
Client secret used to request the Auth2 token
Default: (unset)
##### pam_service
_(>= 3.5.0)_