SSO and local logins

Hi, all

I try connect my site with forum ( discourse ). But, have a problem. If enable SSO in admin panel, user can auth only from SSO ( without local login or social networks ). If I disable SSO, user can auth from local login and social networks, but not from SSO.

I can enable SSO auth and local logins ? For my users if register on general site, automatically auth on my forum. Or if user not have account on general site, create new account on forum.

I find “solution” create new auth_provider ( openid ). But, discourse after auth with example Facebook need fill register fields. Not automatically auth :frowning: Is strange.

As far as I know, this is not possible.

Thanks! :frowning:

Maybe I can write new auth provider ( as Facebook ). But, after auth in my provider, user automatically auth? Now after first auth, need fill fields in register form. I can skip this form ?

If your auth provider provides e-mail the sign up form come in with fields already populated.

When using SSO the idea is my users are already authenticated by external service and social and local logins should be handled at the external service.

Hi and thanks for answer.

Yes, I know. I can “disable” form register after auth from my auth provider ? I mean after auth from my auth provider, user automatically login on site ( not need fill fields on register form ).

Any ideas ? :slightly_smiling:

关于此问题有任何更新吗?在我们的系统中,我们希望使用单点登录(SSO),但需要为某些外部成员额外启用邀请后注册功能,这些成员不得通过 SSO 访问。

我也一样,我希望同时支持 SSO 和本地登录。
目前我只能使用 SSO 用户,无法开放以吸引更广泛的社区。