Is it possible to get User Assigned Managed Identity bearer token via ADF on MSIT tenant?

Mohammad Sheraj 0 Reputation points
2024-12-09T10:23:47.76+00:00

Can you please confirm if it is possible to do UAMI token generation via ADF on MSIT tenant? We do not have a PME subscription currently.

Stackoverflow questions:
https://stackoverflow.microsoft.com/questions/435481
https://stackoverflow.microsoft.com/questions/435730
https://stackoverflow.microsoft.com/questions/436389

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
728 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,048 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,646 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Coder 0 Reputation points Microsoft Employee
    2024-12-13T08:50:10.4433333+00:00

    I have been able to generate my UAMI bearer token using Azure Function.

    I needed to link my UAMI to my Azure Function.
    This link tells that Azure Function is the only way to get bearer token in ADF as ADF REST API will not work for this. https://stackoverflow.com/questions/75401557/getting-access-token-for-azure-managed-identity-in-azure-datafactory-as-text

    I have been successfully able to submit MT Spark job via Livy API.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.