You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/fundamentals/service-accounts-principal.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ An Azure Active Directory (Azure AD) service principals are the local representa
21
21
22
22
Learn more: [Application and service principal objects in Azure AD](../develop/app-objects-and-service-principals.md)
23
23
24
-
###Tenant-service principal relationships
24
+
## Tenant-service principal relationships
25
25
26
26
A single-tenant application has one service principal in its home tenant. A multi-tenant web application or API requires a service principal in each tenant. A service principal is created when a user from that tenant consents to use of the application or API. This consent creates a one-to-many relationship between the multi-tenant application and its associated service principals.
27
27
@@ -36,14 +36,14 @@ An application instance has two properties: the ApplicationID (or ClientID) and
36
36
37
37
The ApplicationID represents the global application and is the same for application instances, across tenants. The ObjectID is a unique value for an application object. As with users, groups, and other resources, the ObjectID helps to identify an application instance in Azure AD.
38
38
39
-
To learn more, see [Application and service principal relationship](../develop/app-objects-and-service-principals.md)
39
+
To learn more, see [Application and service principal relationship in Azure AD](../develop/app-objects-and-service-principals.md)
40
40
41
41
### Create an application and its service principal object
42
42
43
43
You can create an application and its service principal object (ObjectID) in a tenant using:
44
44
45
45
* Azure PowerShell
46
-
* Azure command-line interface (CLI)
46
+
* Azure command-line interface (Azure CLI)
47
47
* Microsoft Graph
48
48
* The Azure portal
49
49
* Other tools
@@ -69,7 +69,7 @@ For more information on Azure Key Vault and how to use it for certificate and se
0 commit comments