My apologies is this is a stupid question but where should the callback point to?

When a new person attempts to login he/she gets redirected back to a GIT callback page on the site, which of course does not exist.

Where should it point to?

Comments

jbelisle’s picture

I used the following settings on my Google API console, and everything (I think) seems to work:

Callback URL: http://www.redacted.com/user/login
OpenID Realm:
User status URL: http://www.redacted.com/user/
Login URL: http://www.redacted.com/user/login
Signup URL: http://www.redacted.com/user/register
Home URL: http://www.redacted.com/
Logout URL: http://www.redacted.com/user/logout
Identity providers: Gmail,GoogleApps,Yahoo
Company name: Redacted.com
Language: en

Nigeria’s picture

Thanks. I will try them out and report back

ethan.han777’s picture

Hey Nigeria, does that work for you?
I'm getting this message

Error:redirect_uri_mismatch
The redirect URI in the request: http://blog.ethanhan.com/?q=git/callback did not match a registered redirect URI

Any advice please?

ethan.han777’s picture

Oh my mistake.

There was a typo for redirect URL in my Google APIs console.
Sorry about that.

Nigeria’s picture

Sorry all, I forgot to report back that it works

saitanay’s picture

I get a 404 after using the URLs specified in #1, as mentioned here

charlie-s’s picture

Why are these instructions not on the front page or in the readme?