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

This package contains a template framework to get a token from Azure AD. For now, it is used by azure-identity-providers-jdbc-mysql and azure-identity-providers-jdbc-postgresql as the common framework to get a token as the password for connection.

Getting started

Prerequisites

Key concepts

Azure Identity Providers Core contains a common template framework for users to get a token from Azure AD and use the token as a password. For example, to connect Azure hosted MySQL, get a token from Azure AD and use the token as a password to connect with MySQL.

Examples

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