Service Principal
A service principal is a type of identity used by an application, service, or automated process rather than by a person, allowing that software to sign in and access resources on its own. In cloud platforms such as Microsoft Entra ID, it acts as the local stand-in for an application within a specific tenant or directory. Because it belongs to software instead of a human, it is considered a non-human identity.
A service principal is a non-human identity representing an application, service, or automated workflow so it can authenticate and be authorized to access resources. In Microsoft Entra ID, it is the local representation (in a given tenant or directory) of a globally defined application object; a distinct service principal must typically be created in each tenant where the application is used, establishing an identity used for sign-in and/or resource access. Once authenticated, the service principal is commonly assigned permissions through an access control model such as role-based access control (RBAC) to govern what it may do. Note that authentication (establishing the identity of the principal) and authorization (determining its permitted actions) are separate steps, and the specific credential types, assignment mechanisms, and scope vary by platform and configuration; the details above reflect the Microsoft Entra ID context described in the evidence and may not generalize to all cloud providers.
Why it matters
Service principals are how software authenticates and acts within a directory without human involvement, which makes them foundational to automation, application integration, and cloud-to-cloud workflows. Because they operate unattended and often hold standing permissions to access resources, they represent a distinct class of non-human identity that must be governed as deliberately as human accounts. In many environments the number of service principals grows quickly as applications are onboarded, and each one created in a tenant becomes a potential access path that needs oversight.
Who it's relevant to
Inside Service Principal
Common questions
Answers to the questions practitioners most commonly ask about Service Principal.
