nahimov
24 Septiembre, 2020 07:56
1
¡Hola @david !
¿Hay algún cambio desde este tema?
Here’s how to configure Discourse to allow login and registration with OneLogin’s SAML.
Configure OneLogin
Create OneLogin account
Go to OneLogin and create an account.
Create new app: SAML Test Connector (IdP w/attr)
From your dashboard create new app.
[image]
Search for SAML Test Connector (IdP w/attr)
[image]
Configure app
Let’s assume that the URL of our Discourse instance is http://discourse.example.com. Let’s configure it.
Switch to Configuration tab and fill out these details…
Estoy interesado en esto:
Con el plugin OAuth2 Basic tengo un GRAN problema: si el usuario es nuevo en Discourse, después de la autenticación aparece una ventana con los datos del nuevo usuario.
El plugin SAML tiene una opción DISCOURSE_SAML_AUTO_CREATE_ACCOUNT.
¿Pero qué pasa con el plugin OAuth2?
david
(David Taylor)
24 Septiembre, 2020 08:27
2
Sí, puedes usar esta nueva configuración:
I just added some new site settings which will help with this. To skip the ‘create new account’ screen, enable sso_overrides_username, sso_overrides_email and sso_overrides_name.
Then to skip the popup completely, enable external_auth_skip_create_confirm
If you don’t see that option, make sure you’re on the latest version of tests-passed.
1 me gusta
nahimov
24 Septiembre, 2020 08:34
3
¡Genial! Gracias.
¿Hay alguna guía sobre cómo integrar Keycloak y el plugin OAuth2 de Discourse? ¿O con otros proveedores de identidad (IDP)?
david
(David Taylor)
24 Septiembre, 2020 08:39
4
Sugeriría comenzar con
Summary
Discourse OpenID Connect allows an OpenID Connect provider to be used as an authentication provider for Discourse.
Install Guide
This plugin is bundled with Discourse core. There is no need to install the plugin separately.
Features
The plugin aims to provide a minimal implementation of the specification . Specifically, it supports the “Authorization Code Flow”. To get started, follow the plugin installation instructions , or contact your hosti…
Y encontrar la URL del documento de descubrimiento de OpenID siguiendo estas instrucciones
3 Me gusta