Skip to content
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

Unsupported grant type #23

Closed
ghost opened this issue Feb 8, 2020 · 0 comments
Closed

Unsupported grant type #23

ghost opened this issue Feb 8, 2020 · 0 comments
Labels
question Further information is requested

Comments

@ghost
Copy link

ghost commented Feb 8, 2020

I'm going through the book, when I encountered this error:
// 20200208154004
// http://annas-bookstore.test/oauth/authorize?client_id=4&redirect_uri=http%3A%2F%2Fpassport-oauth-client.test%2Fcallback&response_type=token&scope=

{
"error": "unsupported_grant_type",
"error_description": "The authorization grant type is not supported by the authorization server.",
"hint": "Check that all required parameters have been provided",
"message": "The authorization grant type is not supported by the authorization server."
}

@ghost ghost closed this as completed Feb 8, 2020
@ThomasNoergaard ThomasNoergaard added the question Further information is requested label Jul 8, 2020
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant