Re: [PoC] Federated Authn/z with OAUTHBEARER

From: Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com>
To: Daniel Gustafsson <daniel(at)yesql(dot)se>
Cc: Peter Eisentraut <peter(at)eisentraut(dot)org>, Antonin Houska <ah(at)cybertec(dot)at>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PoC] Federated Authn/z with OAUTHBEARER
Date: 2025-01-21 16:46:43
Message-ID: CAOYmi+=K3BBRXwvJpt5D_4nK_EimCJBj7a42maACszsQC3=t9w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jan 21, 2025 at 1:29 AM Daniel Gustafsson <daniel(at)yesql(dot)se> wrote:
> > On second thought, I can just fail the connection if this happens.
>
> Yeah, I think that's the best option here.

Done that way in v43.

--Jacob

Attachment Content-Type Size
since-v42.diff.txt text/plain 2.8 KB
v43-0001-Move-PG_MAX_AUTH_TOKEN_LENGTH-to-libpq-auth.h.patch application/octet-stream 3.1 KB
v43-0002-require_auth-prepare-for-multiple-SASL-mechanism.patch application/octet-stream 10.4 KB
v43-0003-libpq-handle-asynchronous-actions-during-SASL.patch application/octet-stream 18.1 KB
v43-0004-Add-OAUTHBEARER-SASL-mechanism.patch application/octet-stream 284.1 KB
v43-0005-XXX-fix-libcurl-link-error.patch application/octet-stream 1.1 KB
v43-0006-DO-NOT-MERGE-Add-pytest-suite-for-OAuth.patch application/octet-stream 212.7 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2025-01-21 16:51:51 Re: Orphaned users in PG16 and above can only be managed by Superusers
Previous Message Robert Haas 2025-01-21 16:36:16 Re: Eager aggregation, take 3