diff --git a/snikket_web/prosodyclient.py b/snikket_web/prosodyclient.py index ef785cd..2fbb2bf 100644 --- a/snikket_web/prosodyclient.py +++ b/snikket_web/prosodyclient.py @@ -473,7 +473,7 @@ class ProsodyClient: "https://{}/login_result".format(current_app.config["SNIKKET_DOMAIN"]) ], "grant_types": ["password"], - "response_types": ["code"], + "response_types": [], "scope": " ".join([SCOPE_RESTRICTED, SCOPE_DEFAULT, SCOPE_ADMIN]), "software_version": _version.version, }