Base solution for your next web application
Open Closed

Google and Facebook SSO #3817


User avatar
0
olivierroecker created

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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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 ?

  • User Avatar
    0
    olivierroecker created

    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 ?

  • User Avatar
    0
    ismcagdas created
    Support Team

    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.