baptisteArno / typebot.io

💬 Typebot is a powerful chatbot builder that you can self-host.

Home Page:https://typebot.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Include Keycloak in the identity providers.

Jean1dev opened this issue · comments

Include Keycloak in the identity providers. Currently, the project only supports providers like Google and Facebook. Adding Keycloak will provide greater flexibility and security in user authentication, as well as support for multiple authentication methods, such as SAML, OpenID Connect, and LDAP.

It's quite simple to implement since Keycloak is already supported by NextAuth.js. I have implemented it on my machine and was thinking of submitting a pull request. What do you think?

Sure would be nice to have that! If you can provide a PR for that, that's appreciated :)