Skip to content

Commit 64a71ba

Browse files
Update client principal sentence
1 parent 5423e73 commit 64a71ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/static-apps/user-information.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Azure Static Web Apps provides authentication-related user information via a [di
1515

1616
## Client principal data
1717

18-
User information is available in the app via the `x-ms-client-principal` request header. Client principal data sent in the header is a Base64-encoded string that contains a serialized JSON object containing information about the user. The object contains the following properties:
18+
User information is available in the app via the `x-ms-client-principal` request header. The client principal data is sent as a Base64-encoded string that contains a serialized JSON object. The object contains the following properties:
1919

2020
| Property | Description |
2121
|-----------|---------|

0 commit comments

Comments
 (0)