Re: [Geoserver-users] Problem with using PostgreSQL as an authentication provider

2021-02-24 Thread Vera Green
I can confirm this is what we have done successfully. I also missed the step of adding to the provider chain at first. Make sure to add the PG authentication ABOVE the default in the Provider Chain. [image: image.png] Hope this helps, Vera On Tue, Feb 23, 2021 at 9:01 AM Andrea Aime wrote: > Hi,

Re: [Geoserver-users] Problem with using PostgreSQL as an authentication provider

2021-02-23 Thread Andrea Aime
Hi, thinking out loud, did you just configure the authentication provider you created? That is not enough, it needs to be put among the enabled ones in the provider chain (just below the authentication providers list). See also this tutorial: https://docs.geoserver.geo-solutions.it/edu/en/security

[Geoserver-users] Problem with using PostgreSQL as an authentication provider

2021-02-17 Thread Krishnaglodha
I’m trying to setup system where I can use PostgreSQL to store all roles, users, groups, etc. related information and then use same users to login. I have followed the tutorial, I’m able to add new users to database table, I can even see the users and the encrypted passwords in db, but I’m not a