royclarkson / spring-rest-service-oauth

A simple OAuth protected REST service built with Spring Boot and Spring Security OAuth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

404 on oauth/token

nandhusriram opened this issue · comments

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"

Forgot to mention that I am running the war externally in the Tomcat container.

Thanks for reporting. I'll do some testing and take a look.

seeing a similar issue @ #39