Support OpenId Connect as SSO standard #6988
Replies: 8 comments 1 reply
-
I would also love to see this implemented. |
Beta Was this translation helpful? Give feedback.
-
Hi, during Hackergarten Dortmund in June we started to look into this: see https://github.com/madmas/twenty/tree/addOpenIdConnectSupport |
Beta Was this translation helpful? Give feedback.
-
Hey @madmas - I was also looking forward to having this supported. I did some debugging in your branch, and managed to surface this error:
If you install the
And then run import session from "express-session";
// ...
app.use(session({secret: ENV_CONFIGURE_SECRET, ...other_options})) The app no longer results in a 500 error 🙂 You should also ensure that you allow users to set the Hope this helps! |
Beta Was this translation helpful? Give feedback.
-
This would be a very helpful feature! |
Beta Was this translation helpful? Give feedback.
-
I would also love to see this implemented. |
Beta Was this translation helpful? Give feedback.
-
Adding my voice to those who are interested in this 😁 |
Beta Was this translation helpful? Give feedback.
-
I'm more interested in Twenty becoming an OpenIDConnect provider as well as subscriber. This is also a killer feature. |
Beta Was this translation helpful? Give feedback.
-
Looking forward to this! |
Beta Was this translation helpful? Give feedback.
-
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 many more!
Technical inputs
There is a passport stragy for openid connect: passport-openidconnect
Beta Was this translation helpful? Give feedback.
All reactions