Azure identity authentication extensions plugin library for Java - version 1.1.15

This package contains authentication extensions to get a token from Microsoft Entra ID for Azure services, like Azure Database for MySQL.

Getting started

Prerequisites

Key concepts

Azure Identity Extensions contains a common template framework for users to get a token from Microsoft Entra ID and use the token as a password. For example, to connect Azure hosted MySQL, get a token from Microsoft Entra ID and use the token as a password to connect with MySQL.

Architecture

Authenticating with JDBC

This picture shows how the JDBC authentication plugins provided by Azure Identity Extensions authenticate with managed identity. Architecture

Examples

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

Troubleshooting

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

Next steps

Other useful docs are:

Contributing

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