Enterprise application
Answer: Enterprise application is the portal experience used to manage a service principal in a tenant, including assignment, consent, single sign-on, provisioning, and access controls.
Administrator playbook
Decide, verify, and document
Use the curated answer as a starting point, then prove the outcome against the target tenant or device.
What it means
- The underlying directory object is normally a service principal
- A multitenant app can have a service principal in many customer tenants
- Deleting a tenant service principal does not delete the publisher's application object
What to check next
- Confirm tenant and service-principal object ID
- Review assignments, consent grants, SSO, and provisioning separately
- Do not rotate app-registration credentials from the Enterprise applications blade by assumption
Verify success
- Confirm the object type and identifier in the authoritative tenant.
- Compare the portal value with Microsoft Graph or the local device state.
- Use IDs—not display names—when proving that two references point to the same object.
Escalate when
- Two portals or APIs return conflicting identifiers for the same expected object.
- The issue crosses tenant or cloud boundaries.
- A production authorization decision depends on the object relationship.
Copyable admin briefAnswer, next checks, source, and review date
Inspect Microsoft Graph context
Get-MgContext | Select-Object ClientId,TenantId,Account,AuthType,ScopesRead-only. Useful when a term or identifier is being interpreted in the wrong tenant.
Evidence to preserve
- Portal
- Enterprise applications
- Object
- Service principal
- Scope
- Tenant local
- Tenant ID and cloud
- Object type and object ID
- User, app, or device context
- Where the value was observed
