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/static-apps/user-information.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Azure Static Web Apps provides authentication-related user information via a [di
15
15
16
16
## Client principal data
17
17
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:
0 commit comments