I have integrated Auth0 login before by using ‘WebAuthProvider.init()’ way, but now i have recived a URL from client, and they want to load google sign in page by calling that URL.
Hey @Naofilms, we actually have a doc that details how to connect your app to Google. When you go to test the connection are you experiencing success or is it running into an error? Thanks in advance!
Thanks @James.Morrison, I am getting callback URL mismatch. Should i ask the client who provided me this URL to add my application package name in the project?
Following up @Naofilms, during your reseting of your Google Keys for your production app you will be asked to specify your callback URLs. This is important to get the correct communication between your app, Auth0, and Google. You will also need to be sure that the Callback URLs are set correctly on the Auth0 end as well as Google’s side to achieve the desired result. Otherwise we will need to check if the callback error is happening from Google or Auth0. This would give us the next step forward, thanks!