-
Notifications
You must be signed in to change notification settings - Fork 342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
auth failed with access_token from Client Credentials Grant #134
Comments
I confirm the issue. I will dive into it later this week. |
Ah, I see now. The documentation misguided the use of Client Credentials Grant. The Authenticate as a target user using Resource Owner Password Credentials Grant (or in any other way):
(optional) Test the
Issue OAuth2 client id and secret:
Issue the
Test the
|
I will need to clarify the documentation and consider a better error message. |
Grab the above access_token and access protected resources.
The text was updated successfully, but these errors were encountered: