We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am receiving 404 while token generation .
curl -X POST -vu clientapp:123456 http://localhost:8080/spring-rest-service-oauth-0.1.0/oauth/token -H "Accept: application/json" -d "password=spring&username=roy&grant_type=password&scope=read%20write&client_secret=123456&client_id=clientapp"
The text was updated successfully, but these errors were encountered:
Forgot to mention that I am running the war externally in the Tomcat container.
Sorry, something went wrong.
Thanks for reporting. I'll do some testing and take a look.
seeing a similar issue @ #39
No branches or pull requests
I am receiving 404 while token generation .
curl -X POST -vu clientapp:123456 http://localhost:8080/spring-rest-service-oauth-0.1.0/oauth/token -H "Accept: application/json" -d "password=spring&username=roy&grant_type=password&scope=read%20write&client_secret=123456&client_id=clientapp"
The text was updated successfully, but these errors were encountered: