[FEATURE REQ] AzureSqlDatabaseLinkedService - support client certificate authentication against service principal
See original GitHub issueIs your feature request related to a problem? Please describe. I can’t use client certificates to authenticate against my AAD app’s service principal for SQL authentication in Data Factory. This makes my auto-rotation story harder.
Describe the solution you’d like
Add a property such as ServicePrincipalCertificate
which you’d then use for AAD authentication against the specified ServicePrincipalId
.
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (3 by maintainers)
Top Results From Across the Web
Azure authentication with service principal - Java on Azure
This article looks at how the Azure Identity library supports Azure Active Directory token authentication via service principal.
Read more >Azure Provider: Authenticating via a Service Principal and ...
This guide will cover how to generate a client certificate, how to create an Application and linked Service Principal, and then how to...
Read more >Client certificate authentication in data factory
I have a data factory that extracts data from Microsoft Graph and Defender for endpoint in another tenant. For authentication we use client...
Read more >An easy way to get started with Certificate Based ...
In this blog post I will be showing you how to get started with certificate based authentication for Azure Active Directory (AAD) ...
Read more >Configure Cisco ISE 3.2 EAP-TLS with Microsoft Azure ...
With ISE 3.2, you can configure certificate-based authentication and users can be authorized based on azure AD group memberships and other ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@ohadschn, this feature is supported now in ADF. Feel free to try and share feedback.
This feature requeset is accepted by Azure Data Factory team, and would be included into next two months’ plan. Customers store their client certificate in Azure Key Vault, and refer it inside AzureSQL linked service, to authenticate and access AzureSQL database.