Direct to discord login

Hello! I am new here so let me know if this should be posted elsewhere. I am using the react sdk to have users login. However, when a user clicks on my login button, I want to direct them straight to the discord extension login page. Is there any way to do that? Thanks!

Hi @nathansfrank,

Welcome to the Auth0 Community!

There is the option to use the Discord Social Connection to allow your users to log in to your application using their Discord accounts.

To do so, navigate to your Auth0 Dashboard > Authentication > Social and configure the Discord social connection.

Note that by default, the Social Connection uses the Auth0 Developer Keys for testing, and you should consider using the Discord API keys in Production.

Alternatively, see https://marketplace.auth0.com/integrations/discord-social-connection to add the Discord integration to your Social connections.

Please let me know if you have any questions.

Thank you.