iainporter / oauth2-provider

Implementation of an oauth2 provider
Apache License 2.0
226 stars 181 forks source link

Login issue #9

Closed tschaffter closed 10 years ago

tschaffter commented 10 years ago

Unable to login on http://localhost:8080/oauth2-provider/index.html

POST http://localhost:8080/oauth2-provider/oauth/token 500 (Server Error)

iainporter commented 10 years ago

Thanks (again) for spotting that.

tschaffter commented 10 years ago

Thanks for the prompt fix.

tschaffter commented 10 years ago

I've updated this morning and got the same issue again though the error message is different.

Failed to load resource: the server responded with a status of 400 (Bad Request) http://localhost:8080/oauth2-provider/oauth/token

iainporter commented 10 years ago

Is that for incorrect credentials? If so, I am delegating to spring security which returns a 400 error. If not, can you detail the steps you are taking and what the expected response is.