spring-rest-service-oauth icon indicating copy to clipboard operation
spring-rest-service-oauth copied to clipboard

404 on oauth/token

Open nandhusriram opened this issue 9 years ago • 3 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"

nandhusriram avatar Sep 10 '14 19:09 nandhusriram

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

nandhusriram avatar Sep 10 '14 20:09 nandhusriram

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

royclarkson avatar Sep 25 '14 00:09 royclarkson

seeing a similar issue @ #39

bitsofinfo avatar Oct 28 '15 21:10 bitsofinfo