activator-play-oauth2-scala icon indicating copy to clipboard operation
activator-play-oauth2-scala copied to clipboard

I'm not properly redirected to the callback_URI even though properly identified

Open romdarom opened this issue 9 years ago • 1 comments

is that due to changes in github API ? given that the project was untouched for a year, this may explain that Nevertheless, i'm new to scala and Play etc, and i couldn't get through to the end of this great tutorial. Maybe i did something wrong ? thx for your help. It says page not found with url : https://github.com/login/oauth/authorize?client_id=*942adb0cb996aa8dfaa5&redirect_uri=http://localhost:9000/_oauth-callback&scope=repo&state=2b39e6b1-bf87-44ae-bcbb-b6be0a60a92c so client id, callback uri, repo and state properly set ?

romdarom avatar Oct 03 '15 15:10 romdarom

I think there's an extra "*" in your client_id.

mikebridge avatar Nov 27 '15 18:11 mikebridge