Social Authentication/Authorisation using Embedded login

I have a SPA which consumes an API. I am trying to figure out how can I implement a Social login flow using Embedded Login page.

Hi @platform,

Welcome to the Auth0 Community!

You can send your users directly to social login providers by passing a connection param to the /authorize endpoint.

For example, passing "connection":"twitter" will send you users directly to the twitter login page. It’s not exactly an embedded login because it still redirects through Auth0, but will provide the UX of an embedded login page.

1 Like

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