I think I've managed to list the contents of the user table and I can see
two users, which is positive. I have a couple of other queries;

- How do I set an OIDC authenticated user as an administrator? I assume I
have to do this manually in PostgreSQL, however I'm not sure what to update.
- How do I add OIDC authenticated users to a single group?
- How do I assign connections to the above group?

Thanks,
Daniel

On Fri, Jul 30, 2021 at 1:07 PM Daniel Harris <[email protected]>
wrote:

> Hi Leo,
>
> Thanks! I'm pretty new with PostgreSQL, could you give me an example of
> the commands you run to create your user in the PostgreSQL DB?
>
> This would be a good test I think and then try to understand why the users
> are creating automatically.
>
> On Fri, Jul 30, 2021 at 1:03 PM Leo Nikolaev <[email protected]>
> wrote:
>
>> I’m about to do the same thing and AFAIK you have to add users
>> permissions manually. In my case I do add the permissions beforehand.
>>
>> Cheers,
>> Leo
>>
>> > On 30 Jul 2021, at 14:48, Daniel Harris <[email protected]>
>> wrote:
>> >
>> > 
>> > 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
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>>

Reply via email to