Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature | Added support for Azure Active Directory Service Principal Authentication #1456

Merged
merged 2 commits into from
Nov 19, 2020

Conversation

ulvii
Copy link
Contributor

@ulvii ulvii commented Nov 4, 2020

Service principal authentication involves setting up an App registration with a secret, granting permissions to the App in the SQL DB instance and connecting using the following connection properties:

authentication=ActiveDirectoryServicePrincipal
AADSecurePrincipalId=<principal ID>
AADSecurePrincipalSecret=<principal secret>

Requested in #1410

@ulvii ulvii added this to the 9.1.1 milestone Nov 4, 2020
@peterbae peterbae added this to Under Peer Review in MSSQL JDBC Nov 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Public API Changes in Public API
Projects
MSSQL JDBC
  
Closed/Merged PRs
Development

Successfully merging this pull request may close these issues.

None yet

4 participants