Social connection without universal login

Hello.
I want to add social login to my app without using universal login. I searched a lot but I found no solution for implementing that using your API or a possibility of converting other sites tokens (like google and apple) to auth0 access token.
Is there any possible solution for doing that?

Hi @barzi1375,

Welcome to the Auth0 Community!

While I’m not sure it will answer the question directly, it looks like there are a few options that may be worth looking into here:

Please let me know if this helps and if you have any follow-up questions.

Thanks,
Timotei

hank you for your response.
Unfortunately, I could not find any suitable solution for our problem.
Currently, we are using embedded password-less login in our application. We want to add social login but without using your universal login. Specifically, we want to add a “Sign in with Google” button. We want the user to see only Google’s sign-in page and, after that, be redirected to our app.

Here is the problem: we cannot find any API for calling social logins directly in Auth0 documentation. Is there any possible way to do that?