Hi, I don't undestand, or i don't find what is the URL callback that i must put in the Google Setup Oauth ? Where can i find the answer ?
is it <a class="postlink" href="https://mysite/signin-google">https://mysite/signin-google</a> ? or <a class="postlink" href="https://mysite/Account/ExternalLoginCallBack">https://mysite/Account/ExternalLoginCallBack</a> ?
Thank by advance
3 Answer(s)
-
0
Hi @OlivierRoecker,
If you are talking about social logins (Facebook, Google), as I remember, you don't have to set this up. It must be handled by AspNet Zero. Do you have a problem ?
-
0
Hi, I'm using asp.net zero Template 3.x, With the tuto, i undestand how setup the social login for Google and Facebook in my project, it's very simple... but the Google and Facebook page setting app ask to me a URL and i don't know what value use ?
-
0
Hi @OlivierRoecker,
Those url's must be the url of your website. You can use <a class="postlink" href="http://localhost">http://localhost</a> for development time. At leas I know that it works with Facebook.