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

[QUERY] Does the App Authentication library support .NET Core (for requesting SQL Database) ? #15324

Closed
TechWatching opened this issue Sep 22, 2020 · 2 comments
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-team-attention This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Service Attention This issue is responsible by Azure service team.

Comments

@TechWatching
Copy link

Query/Question
In .NET Framework, I am using App Authentication library with Microsoft.Data.SqlClient Active Directory Interactive authentication mode to authenticate and query an Azure SQL Database without any code change as described in this blog post.

Active Directory Interactive authentication mode is now available for .NET Core in Microsoft.Data.SqlClient but I don't know what is the support of App Authentication library for .NET Core. It there a mechanism similar to what is done in .NET Framework to make authentication work simply by setting some configuration and a connection string with "Authentication=Active Directory Interactive" instead of having to manually retrieve the access token and setting it in the SqlConnection.

See related issue #dotnet/SqlClient#735

Environment:

  • Name and version of the Library package used: Microsoft.Azure.Services.AppAuthentication 1.5.0
  • Hosting platform or OS and .NET runtime version (dotnet --info output for .NET Core projects): Windows 10 .NET Core 3.1.402
  • IDE and version : Visual Studio 16.7.4
@ghost ghost added needs-triage This is a new issue that needs to be triaged to the appropriate team. customer-reported Issues that are reported by GitHub users external to the Azure organization. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Sep 22, 2020
@jsquire jsquire added AppAuthentication Client This issue points to a problem in the data-plane of the library. needs-team-attention This issue needs attention from Azure service team or SDK team Service Attention This issue is responsible by Azure service team. labels Sep 22, 2020
@ghost ghost removed the needs-triage This is a new issue that needs to be triaged to the appropriate team. label Sep 22, 2020
@jsquire
Copy link
Member

jsquire commented Sep 22, 2020

Thank you for your feedback. Tagging and routing to the team member best able to assist.

@nonik0
Copy link
Contributor

nonik0 commented Sep 25, 2020

@TechWatching Unfortunately, we do not yet support the SqlAppAuthenticationProvider scenario for .NET Core. We have a feature request for this but at this time I can't give a timeline for when this will be available.

@nonik0 nonik0 closed this as completed Oct 15, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Mar 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-team-attention This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Service Attention This issue is responsible by Azure service team.
Projects
None yet
Development

No branches or pull requests

3 participants