Hi Chris, thanks for providing more info. According to the error there is an uri mismatch. Namely you want to change the Redirect URI in the input in order to match the one you have register in GitHub
Regards Antonio On Sep 6, 2012, at 11:03 AM, Chris Kruk wrote: > Hi Antonio, > > Thanks for your reply. I use mvn jetty:run to run the tests. I've > included some screenshots and a logfile from jetty startup&run to > explain exactly what I mean. > > Thanks, > Chris > > On 5 September 2012 17:07, Antonio Sanso <[email protected]> wrote: >> Hi Chris, >> >> how do you lunch the demo? >> >> I have just tried >> >> mvn jetty:run >> >> and works for me. >> >> Maybe you are hitting [0] >> >> Regards >> >> Antonio >> >> [0] https://issues.apache.org/jira/browse/AMBER-50 >> On Sep 5, 2012, at 5:06 PM, Chris Kruk wrote: >> >>> Hi, >>> >>> I started testing Amache Amber project and already encountered some >>> problems. When I use client-demo and choose Github tab then provide >>> 'Requested Access Scope', 'Client ID' and 'Client Secret' I got 'App >>> Authorization' request from Github asking me to allow or deny request. >>> When I choose allow, I get back to the client-demo which fails with >>> 'HTTP ERROR 404' and the following info: >>> Problem accessing /WEB-INF/views/main.jsp. Reason: >>> NOT_FOUND >>> >>> Jetty reports: ERROR: PWC6117: File >>> "/.../amber-sources-0.22-incubating/oauth-2.0/client-demo/src/main/webapp/WEB-INF/views/main.jsp" >>> not found >>> >>> Also when I try to use redirect URL <hostname>:8080/redirect it fails >>> with the same error above. >>> >>> I checked that 'main.jsp' indeed doesn't exist. Is this a bug or >>> something is not fully configured on my end? >>> >>> Thanks, >>> Chris >> > <logfile.txt><amber-step1.jpg><amber-step2.jpg><amber-step3.jpg>
