Actualmente estamos integrando nuestra comunidad de Discourse con un servidor de Discord. Estamos utilizando el plugin Discourse Bot. Sin embargo, requiere habilitar el inicio de sesión con Discord para funcionar.
Queremos seguir utilizando nuestra solución personalizada de OAuth2, pero al mismo tiempo permitir la vinculación de cuentas de Discord.
¿Existe alguna forma de habilitar la URL /auth/discord sin activar realmente la opción de inicio de sesión?
Yeah, but this is not what we actually want to achieve. We already did that.
By hiding the button with CSS, you still force the modal to appear. Previosuly, by clicking the “Log In” button, it redirected to our OAuth2 server, and user was logged in with a single flow. Now, they see a modal and have to click in “with OAuth2”.
Is it possible to forward users to the OAuth2 when clicking “Log In”, having 2 auth options available?
With two options enabled, and hidding with CSS, users see this: