diff --git a/snikket_web/prosodyclient.py b/snikket_web/prosodyclient.py index 2fbb2bf..4c62532 100644 --- a/snikket_web/prosodyclient.py +++ b/snikket_web/prosodyclient.py @@ -474,6 +474,7 @@ class ProsodyClient: ], "grant_types": ["password"], "response_types": [], + "token_endpoint_auth_method": "client_secret_post", "scope": " ".join([SCOPE_RESTRICTED, SCOPE_DEFAULT, SCOPE_ADMIN]), "software_version": _version.version, }