@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.
David Sargrad
Posts
-
Does NodeBB provide support for a user database other than the one it builds in mongo? How would I integrate NodeBB with Keycloak? -
Does NodeBB provide support for a user database other than the one it builds in mongo? How would I integrate NodeBB with Keycloak?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. -
Does NodeBB provide support for a user database other than the one it builds in mongo? How would I integrate NodeBB with Keycloak?@julian Ty! It would be great to add support for usernames that are email addresses. In retrospect this is actually a fairly common practice.
-
Does NodeBB provide support for a user database other than the one it builds in mongo? How would I integrate NodeBB with Keycloak?@julian i've discussed the limitation that says @ is not a proper username character with my team. We literally have requirements from our customer that say an email address must be a username. Would you guys be open to implementing a change, and allowing @? We are hoping that you see this as a sensible nodebb modification.
-
Does NodeBB provide support for a user database other than the one it builds in mongo? How would I integrate NodeBB with Keycloak?Now that I've verified that a user registered in Keycloak can login to nodebb properly, what API call can I make to automatically log that user in, when that user successfully logs in to our application?
-
Does NodeBB provide support for a user database other than the one it builds in mongo? How would I integrate NodeBB with Keycloak?I see.. well awesome Julian.. so far so good.
-
Does NodeBB provide support for a user database other than the one it builds in mongo? How would I integrate NodeBB with Keycloak?What defines this convention? Is this an OAuth2 convention on the handle restriction?
'" -+.*[]0-9\u00BF-\u1FFF\u2C00-\uD7FF\w
-
Does NodeBB provide support for a user database other than the one it builds in mongo? How would I integrate NodeBB with Keycloak?@julian Success!! I logged in with a new account: handle poodle
Works with keycloak so far!!
-
Does NodeBB provide support for a user database other than the one it builds in mongo? How would I integrate NodeBB with Keycloak?Heh.. yea.. i love to single step debug when its an option.. gives quick insights into code design
-
Does NodeBB provide support for a user database other than the one it builds in mongo? How would I integrate NodeBB with Keycloak?any idea why the console.log didnt actually go to the console? odd .. since the code seems to be there.
-
Does NodeBB provide support for a user database other than the one it builds in mongo? How would I integrate NodeBB with Keycloak?I see.. Now to see if Keycloak allows me to modify that.. I'd assume so.
-
Does NodeBB provide support for a user database other than the one it builds in mongo? How would I integrate NodeBB with Keycloak?I see.. You are too good!
SO the @ in the handle is problematic?
-
Does NodeBB provide support for a user database other than the one it builds in mongo? How would I integrate NodeBB with Keycloak?i see.. for some reason the console.log didnt go to the console.. that said.. i'm at the breakpoint where the console.log is ...
This is my payload object: -
Does NodeBB provide support for a user database other than the one it builds in mongo? How would I integrate NodeBB with Keycloak?Yet that seemed to be the one to use..
-
Does NodeBB provide support for a user database other than the one it builds in mongo? How would I integrate NodeBB with Keycloak?Maybe I misconfigured the redirect URI in the keycloak client:
-
Does NodeBB provide support for a user database other than the one it builds in mongo? How would I integrate NodeBB with Keycloak?Hmm.. I dont see a console log.. I modified the library.js in the plugin directory.
Do I need to npm link that again?
Also I do see the following error in the console.. when I login.. This suggests that the callbark URL is not correct.
-
Does NodeBB provide support for a user database other than the one it builds in mongo? How would I integrate NodeBB with Keycloak?on it. do i need to rebuild nodebb when i modifiy the plugin?
-
Does NodeBB provide support for a user database other than the one it builds in mongo? How would I integrate NodeBB with Keycloak?I also have a [email protected] user..
They both should work.
-
Does NodeBB provide support for a user database other than the one it builds in mongo? How would I integrate NodeBB with Keycloak?The username is "dave1".. the email is a fake email: [email protected]
-
Does NodeBB provide support for a user database other than the one it builds in mongo? How would I integrate NodeBB with Keycloak?I was able to get to the Keycloak login prompt:
However the following failure occurs when I login.
Currently using this configuration:
Looking in keycloak, it did create a session for that login