你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Azure identity JDBC PostgreSQL plugin library for Java - version 1.0.0-beta.1

This package contains the jdbc authentication plugin to authenticate with Azure AD for Azure hosted PostgreSQL services.

Getting started

Prerequisites

Include the package

<dependency>
    <groupId>com.azure</groupId>
    <artifactId>azure-identity-providers-jdbc-postgresql</artifactId>
    <version>1.0.0-beta.1</version> <!-- {x-version-update;com.azure:azure-identity-providers-jdbc-postgresql;current} -->
</dependency>

Key concepts

This picture shows how the jdbc authentication plugin for PostgreSQl authenticating with MSI.

postgresql_design.png

Examples

For documentation on how to use this package, please refer to Quickstart:Use Java and JDBC with Azure Database for PostgreSQL.

Troubleshooting

If you encounter any bugs, please file issues via Issues.

Next steps

Contributing

For details on contributing to this repository, see the contributing guide.

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request