Hello! I've been playing around with guac for some time now and I'm struggling to get the auto-create-users feature working from OIDC to PostgreSQL.
I am currently able to authenticate into the guac front end using OIDC, however I'm unable to see any connections. I have since read that I need a PostgreSQL DB and auto-create-user enabled, which I have done. However, if I do a select * from guacamole_user I see no results, so I'm not sure that my OIDC users are being created. Ultimately, I am looking to authenticate users via OIDC, have there information stored in PostgreSQL and automatically assigned connections. Any help is appreciated. Thanks, Daniel
