mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 22:44:49 -04:00
Fix sample config docs error (#7581)
'client_auth_method' commented out value was erronously 'client_auth_basic', when code and docstring says it should be 'client_secret_basic'. Signed-off-by: Jason Robinson <jasonr@matrix.org>
This commit is contained in:
parent
d7d8a2e7ee
commit
4be968d05d
3 changed files with 3 additions and 2 deletions
|
@ -112,7 +112,7 @@ class OIDCConfig(Config):
|
|||
# auth method to use when exchanging the token.
|
||||
# Valid values are "client_secret_basic" (default), "client_secret_post" and "none".
|
||||
#
|
||||
#client_auth_method: "client_auth_basic"
|
||||
#client_auth_method: "client_secret_basic"
|
||||
|
||||
# list of scopes to ask. This should include the "openid" scope. Defaults to ["openid"].
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue