OAuth 2.0 Client Quickstart
OAuth 2.0 Client Demo
Hi Antonio,
To run the demo, what should I do after starting it by "mvn jetty:run" ? Could you help?
Also the test OAuthClientTest keeps throwing OAuthProblemException with the following details:
OAuth error: invalid_request OAuth error description: Missing parameters: access_token
What should I do to correct that? Thanks, Duc
Hi Duc,
apologies for late answer. This went out of my radar . You might consider write on the mailing list as well .
After mvn jetty:run you need to point your browser to localhost:8080.
2 Comments
Duc Tran
Hi Antonio,
To run the demo, what should I do after starting it by "mvn jetty:run" ?
Could you help?
Also the test OAuthClientTest keeps throwing OAuthProblemException with the following details:
OAuth error: invalid_request
OAuth error description: Missing parameters: access_token
What should I do to correct that?
Thanks,
Duc
Antonio Sanso
Hi Duc,
apologies for late answer. This went out of my radar . You might consider write on the mailing list as well .
After mvn jetty:run you need to point your browser to localhost:8080.