Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Support for OAUTHBEARER Authentication #57

@svenvc

Description

@svenvc

This is a feature request to add support for OAUTHBEARER Authentication,
which became recently available in PostgreSQL 18.

Relevant technical links:

At the Frontend/Backend Protocol level, presenting a previously obtained bearer token
should not be too difficult as it resembles the SASL SCRAM-SHA-256 method which is already implemented in P3.

Obtaining a token automatically with a client side flow will be more work.
This requires more configuration and interaction with a browser and an OAuth server.

Testing this feature is non-trivial as it requires a relatively complex setup.
Furthermore, this is a new addition to PostgreSQL.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions