Re: Using Token (JWT) authentication mechanism in Postgres

From: Alexander Kukushkin <cyberdemn(at)gmail(dot)com>
To: Julio Cesar Tenganan Daza <ctenganand(at)psl(dot)com(dot)co>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Using Token (JWT) authentication mechanism in Postgres
Date: 2018-01-26 15:21:42
Message-ID: CAFh8B==Ji_aJzE7Nk+kFZuOcRh-5EsrsTDXe36jBwdDkoYmzfA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

>
> And also I have an additional question, can the implemented PAM
> authentication module be used from JDBC connections? Or they works totally
> apart?
>

I think it should work from JDBC without any additional effort. And
basically pam module itself doesn't even know that it is used from postgres.

Regards,
--
Alexander Kukushkin

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Robert Zenz 2018-01-26 15:32:34 Re: Information on savepoint requirement within transctions
Previous Message Steven Winfield 2018-01-26 15:19:42 RE: A little RULE help?