Keycloak local user authentication
Hi there, on the bigbluebutton website, there is only a manual about how to implement oidc with Google auth. Is it possible to make use of the local keycloak user authentication for greenlight? If so, are there references on how to do this?
Have you installed keycloak on your local machine?
To implement local keycloak authentication you need to setting up the keycloak to be running in https
Currently this is the issue I'm facing with, here the error I got when the keycloak is not running in https
I've created the keycloak docker container https://github.com/asharifauzan/keycloak-docker, maybe it can be a reference for you. I will update the progress if I have solved this issue
Hi, i am using HTTPS so that seems not to be the issue. I will further investigate on how to implement this. If you have any updates please let me know so we can share knowledge about this.