Page MenuHomePhabricator

OAuth 2.0 non-owner-only client does not work with REST API
Closed, ResolvedPublicBUG REPORT

Description

Steps to replicate the issue (include links if applicable):

What happens?:

{"error":"invalid_client","error_description":"Client authentication failed","message":"Client authentication failed"}%

What should have happened instead?:
Get temporary bearer token

Note: I created v1.0 of this client as owner-only, and it works fine with the bearer token. I then created v1.1 as non-owner-only, but can't get the bearer token. Is that related to the v1.0 one perhaps?