Only Sign in with Google is returning the access token

In my current setup, I’m encountering an issue where I can successfully retrieve the access token using my Google account. However, when attempting to sign in with GitHub, the token isn’t being generated. Despite this, the logs dashboard indicates that I’m connected. Any insights or suggestions on resolving this discrepancy would be greatly appreciated. Thank you!

Hi @khaledbattiche,

Welcome to the Auth0 Community!

Can you clarify which SDK you are using?

And if the application shown in your screenshot is the one you want to authenticate to?

Thanks,
Rueben

Hello ,

i am using Oauth in a kotlin project ,
and yes its the same application , connecting with google is working perfectly but when i try to sign in using any other social account my backend is not receiving a token