You've already forked snikket-web-portal
Declare as a web application in oauth client registration
It is, even if the password grant isn't restricted to that, but if ever the authorization code flow is implemented, it'll be correct.
This commit is contained in:
committed by
Matthew Wild
parent
60e663316b
commit
9474238dee
@@ -472,6 +472,7 @@ class ProsodyClient:
|
||||
"redirect_uris": [
|
||||
"https://{}/login_result".format(current_app.config["SNIKKET_DOMAIN"])
|
||||
],
|
||||
"application_type": "web",
|
||||
"grant_types": ["password"],
|
||||
"response_types": [],
|
||||
"token_endpoint_auth_method": "client_secret_post",
|
||||
|
||||
Reference in New Issue
Block a user