I was wondering about wrongly generated access tokens and realized that my user didn't have permissions at all. This could be checked via the /oauth/debug endpoint.
In order to fix that behavior we should add the locked user roles (anonymous, authenticated
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | simple_oauth-3027558-default-scopes-3.patch | 1.23 KB | yannickoo |
Comments
Comment #2
yannickooComment #3
yannickooComment #4
bradjones1I'm going to mark this as won't fix, as scopes are designed to allow for fine-grained control of the scope of the tokens issued for the consumer in question. Might also be worth seeing the discussion on the related issue.
Comment #5
bradjones1Additional note, the authenticated scope is always added; anonymous doesn't apply.