Skip to content

Commit 0417318

Browse files
[msid][content-health] bugfix
1 parent 2c74a87 commit 0417318

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/develop/app-objects-and-service-principals.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ The application object is the _global_ representation of your application for us
6969

7070
An application object has:
7171

72-
- A 1:1 relationship with the software application, and
73-
- A 1: many relationships with its corresponding service principal object(s).
72+
- A one-to-one relationship with the software application, and
73+
- A one-to-many relationship with its corresponding service principal object(s)
7474

7575
A service principal must be created in each tenant where the application is used, enabling it to establish an identity for sign-in and/or access to resources being secured by the tenant. A single-tenant application has only one service principal (in its home tenant), created and consented for use during application registration. A multi-tenant application also has a service principal created in each tenant where a user from that tenant has consented to its use.
7676

0 commit comments

Comments
 (0)