Support OpenId Connect as SSO standard ·...
I don't know, I didn't check the code, here are some revelant discussions https://github.com/twentyhq/twenty/discussions/6988 https://github.com/twentyhq/twenty/issues/8660
GitHub
Support OpenId Connect as SSO standard · twentyhq twenty · Discussi...
Scope & Context I would love to see Openid Connect Integration in this tool! It would allow to connect twenty to any authentication provider like google, microsoft354, keycloak, authentik and m...
GitHub
Using LDAP for authentication · Issue #8660 · twentyhq/twenty
Any plan to support LDAP Auth (like https://www.metabase.com/learn/metabase-basics/administration/permissions/ldap-auth-access-control)?
12 Replies
Unknown User•2w ago
Message Not Public
Sign In & Join Server To View
There is SSO but only OIDC and SAML
Unknown User•2w ago
Message Not Public
Sign In & Join Server To View
Sadly I'm not aware of documentation for setting up a simple SAML for Twenty
Probably any generic tutorial will do the job
Unknown User•2w ago
Message Not Public
Sign In & Join Server To View
@AMoreaux could you answer question above?
Hello @llann
Do you use a self hosted instance ?
Unknown User•2w ago
Message Not Public
Sign In & Join Server To View
Ok so you need to:
- Set the env
AUTH_SSO_ENABLED=true
- Set the env ENTERPRISE_KEY=replace_me_with_a_valid_enterprise_key
(today any string works)
- Enable the feature flag IS_SSO_ENABLED
on your workspaceUnknown User•2w ago
Message Not Public
Sign In & Join Server To View
After that navigate to the settings page, enable advanced mode, navigate to security section.
And you will be able to configure saml or oidc
Keep in mind that the feature is in beta and will be include in the enterprise plan in the future.
Unknown User•2w ago
Message Not Public
Sign In & Join Server To View