About 50 results
Open links in new tab
  1. What is Azure Service Principal? - Stack Overflow

    Jan 4, 2018 · Some site told me to create a service principal. Now my question is, what is a service principal, and how do I create a service principal so that I can execute my commands (for creating …

  2. What Azure Service Principals really are? - Stack Overflow

    Nov 15, 2022 · Service principal is sort of a service account. It is the thing that permissions are assigned to. For example, if you consent to an application reading your user profile on your behalf, that adds …

  3. Difference between Service Principal and Managed Identities in Azure

    Apr 20, 2020 · A Service Principal could be looked at as similar to a service account-alike in a more traditional on-premises application or service scenario. Managed Identities are used for “linking” a …

  4. What are the differences between Service Principal and App Registration?

    A Service Principal is the identity object in Azure Active Directory that allows roles to be assigned to various objects (resources). Thus the SP can be assigned as a Storage Blob Data Reader, or as a …

  5. exchangewebservices - Why is 'New-ServicePrincipal' not recognized ...

    Jun 13, 2024 · May I suggest "Why is 'New-ServicePrincipal' not recognized despite importing ExchangeOnlineManagement module?" might be a better title for your question because it gives …

  6. How to add service principal to enterprise application role

    Nov 19, 2025 · Anyway, you need to use the object ID of the service principal connected to the app registration. Either find it in the Enterprise applications list or click "Managed application in local …

  7. How to login via Service Principal having Federated Credentials rather ...

    May 21, 2024 · The Service Principal made out of this step has federated credentials. In the next step in my pipeline, I am using a powershell script which has this login step.

  8. How to use azure service principal for multi tenant application?

    Oct 5, 2022 · The use case is basically to use A's Service Principal and read the specific resources from Tenant B from my application. One technical way to do it is basically use the appId of Tenant A and …

  9. Use a service principal to create a Personal Access Token (PAT) for ...

    Nov 14, 2023 · The service principal is not able to create PAT, message reported: Service principals are not allowed to perform this action. To use the service principal to generate the personal access …

  10. AZURE Active Directory - What is the difference between a Service ...

    Nov 1, 2018 · Three topics in Azure AD I'm constantly confused on: Service Principal Enterprise Application App Registration What is the difference? I can easily go into "App Registrations" and …