Skip to content

Commit ec76d80

Browse files
author
Markus Vilcinskas
committed
mon78
1 parent ae06883 commit ec76d80

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/active-directory/reports-monitoring/reference-basic-info-sign-in-logs.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This article explains the values on the Basic info tab of the sign-ins log.
3131

3232
In Azure AD, a resource access has three relevant components:
3333

34-
- **Who** – The identity (User) performing the sign-in.
34+
- **Who** – The identity (User) doing the sign-in.
3535
- **How** – The client (Application) used for the access.
3636
- **What** – The target (Resource) accessed by the identity.
3737

@@ -51,12 +51,12 @@ These identifiers are relevant in cross-tenant scenarios. For example, to find o
5151

5252
### Request ID
5353

54-
The request ID is an identifier that corresponds to an issued token. If you are looking for sign-ins that were performed with a specific token, you need to extract the request ID from the token, first.
54+
The request ID is an identifier that corresponds to an issued token. If you are looking for sign-ins with a specific token, you need to extract the request ID from the token, first.
5555

5656

5757
### Correlation ID
5858

59-
The correlation ID is an identifier that correlates sign-ins from the same sign-in session. The identifier was implemented for convenience. Its accuracy is not guaranteed because the value is based on parameters passed by a client.
59+
The correlation ID groups sign-ins from the same sign-in session. The identifier was implemented for convenience. Its accuracy is not guaranteed because the value is based on parameters passed by a client.
6060

6161

6262

@@ -92,7 +92,7 @@ This attribute describes the type of cross-tenant access used by the actor to ac
9292
- `serviceProvider`
9393
- `unknownFutureValue`
9494

95-
If the sign-in did not the boundaries of a tenant, the value is `none`.
95+
If the sign-in did not the pass the boundaries of a tenant, the value is `none`.
9696

9797
## Conditional access evaluation
9898

0 commit comments

Comments
 (0)