Inconsistency in returned scoped project token
The documentation for the authorization:scope
endpoint says it will send responses in either application/json or text/plain format; however the default appears to be JSON.
Conversely, the documentation for /:containerType/:container/:scope
endpoint says it will send only application/json responses; however in reality we get plain text responses (if no Accept header is sent).
It would be nice if these were at least consistent; to avoid breaking current implementations I think they should both be flexible based on the Accept
header but should send plain text by default.