Declare that oauth client credentials are using POST method

Not enforced by mod_http_oauth2, but could be in the future
This commit is contained in:
Kim Alvefur
2025-06-03 18:14:27 +02:00
committed by Matthew Wild
parent 770d05c72c
commit 60e663316b

View File

@@ -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,
}