Ready to post? First, try searching for your answer.
Hi all, i am working on google auth integration with my app. When the first time i sign up using google auth it gives me auth-error, and later login again works fine. i figured out the reason i am getting auth error is due to missing of the second user consent pop up (the one which asks the permission for scope).
Now my ask is how can we enforce always triggering of the two consent popup (google and my own)? Folr initial signup the pop up never get triggered and this result in the user dashboard, i can see the user has no assigned application. but when try to login again, because that consent appears and we approve it, then the user is binded and able to be logged in.
I am completely aware of the first party application and in local host you wont be able to skip the consent but plz kindly note that my requirement is always to show it.
(i have two integration one is github and one is google. the github always works fine but i am sure their settings are the same and they both connect to same api and application)
updates:
i tried to skip the firsty party app and in a non-localhost or 127 domain but also gets the auth error. when i test connection in the socal app for google, it says your connection works and this is what i expected given my second time log in does work. i am still not able to figure out why
Given both login and signup of auth0 use the same url, and i am not sure if there is sth wrong with auth0 initially detect this user does not exist and it should be a sign up process. again during initial signup i can see entry being added to user table but no authorized application. the application is binded only after second time login