Does NodeBB provide support for a user database other than the one it builds in mongo? How would I integrate NodeBB with Keycloak?
-
We use Keycloak for our user database. Does NodeBB provide support for a user database other than the one it builds in mongo?
If so, can you point me to guidance on this API. I want to ensure that we can register users and have users login (via Keycloak), and have this translate properly into an appropriate NodeBB user.
Discussing internally, but to my knowledge there no explicit reason
@
was excluded, so including it should not be an issue. -
We use Keycloak for our user database. Does NodeBB provide support for a user database other than the one it builds in mongo?
If so, can you point me to guidance on this API. I want to ensure that we can register users and have users login (via Keycloak), and have this translate properly into an appropriate NodeBB user.
julian Ty! It would be great to add support for usernames that are email addresses. In retrospect this is actually a fairly common practice.
-
julian Ty! It would be great to add support for usernames that are email addresses. In retrospect this is actually a fairly common practice.
David-Sargrad as it turns out it's likely more difficult than just a single change. It would likely conflict with the mentions plugin.
It's possible you could just adjust the regular expression locally until we are able to add this in for you.
Edit: it may conflict, we don't know
-
We use Keycloak for our user database. Does NodeBB provide support for a user database other than the one it builds in mongo?
If so, can you point me to guidance on this API. I want to ensure that we can register users and have users login (via Keycloak), and have this translate properly into an appropriate NodeBB user.
Hi julian We have a bit of time in our schedule.. If we know that you are working to address this, then awesome..
Would you like me to generate an issue on the issue database? That way we can track resolution. -
We use Keycloak for our user database. Does NodeBB provide support for a user database other than the one it builds in mongo?
If so, can you point me to guidance on this API. I want to ensure that we can register users and have users login (via Keycloak), and have this translate properly into an appropriate NodeBB user.
julian Perhaps I'll go ahead and write the issue on the login id, that way you guys can disposition it in your planned workflow.
-
We use Keycloak for our user database. Does NodeBB provide support for a user database other than the one it builds in mongo?
If so, can you point me to guidance on this API. I want to ensure that we can register users and have users login (via Keycloak), and have this translate properly into an appropriate NodeBB user.
Yes thank you
-
We use Keycloak for our user database. Does NodeBB provide support for a user database other than the one it builds in mongo?
If so, can you point me to guidance on this API. I want to ensure that we can register users and have users login (via Keycloak), and have this translate properly into an appropriate NodeBB user.
hi, David-Sargrad have you completed authentication using keycloak because I am also facing the same issues for the integration
-
We use Keycloak for our user database. Does NodeBB provide support for a user database other than the one it builds in mongo?
If so, can you point me to guidance on this API. I want to ensure that we can register users and have users login (via Keycloak), and have this translate properly into an appropriate NodeBB user.
has anyone made the mapping from role to nodebb group work?
-
We use Keycloak for our user database. Does NodeBB provide support for a user database other than the one it builds in mongo?
If so, can you point me to guidance on this API. I want to ensure that we can register users and have users login (via Keycloak), and have this translate properly into an appropriate NodeBB user.
The solution for the role to group associations is described here https://github.com/NodeBB/nodebb-plugin-sso-oauth2-multiple/issues/73
-
S support@community.nodebb.org shared this topic