Use of social authentication without redirect page

I’m trying to implement social login within my Angular app and I want a single Facebook button to log our users to Facebook directly without going through Auth0 redirect page because it’s a bad user experience to make the user click the button twice.

Is there a way to obtain one click social login directly without a redirect?

Did you try specifying the “connection” parameter to /authorize?

https://auth0.com/docs/api/authentication#social

John

2 Likes

that actually is great and solved it for me, much thanks :green_heart:

Glad you were able to make it, let us know if you have any questions down the road!

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.