-
Notifications
You must be signed in to change notification settings - Fork 4.9k
[QUERY] TokenCredential vs ServiceClientCredentials #24937
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
Comments
Thank you for your feedback. Tagging and routing to the team members best able to assist. |
Assuming the synapse management plan would take a bearer token, I assume one could implement a Assigning to @ArthurMa1978 to comment. |
@christothes how do I properly get bearer token from it? |
Hi, we also came across this ... it would be nice if all Microsoft.Azure.Management.* libraries could support Azure.Identity. |
@andrei-faber, @sopelt thank for reaching us. |
Hi, we're sending this friendly reminder because we haven't heard back from you in 7 days. We need more information about this issue to help address it. Please be sure to give us your input. If we don't hear back from you within 14 days of this comment the issue will be automatically closed. Thank you! |
Query/Question
I have a C# function application with a system-assigned managed identity, and I need to use SynapseManagementClient from this app.
I authenticate using DefaultAzureCredential and that's enough to work with services that require TokenCredential (for instance ArmClient), but SynapseManagementClient requires ServiceClientCredentials instead which is not compatible with TokenCredential. How do I convert the credentials?
Environment:
Azure.Identity
Azure.ResourceManager
Microsoft.Azure.Management.Synapse
The text was updated successfully, but these errors were encountered: