Skip to content

Commit 0d83d31

Browse files
Update user-information.md
1 parent 5d0d0db commit 0d83d31

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/static-web-apps/user-information.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: static-web-apps
55
author: craigshoemaker
66
ms.service: azure-static-web-apps
77
ms.topic: conceptual
8-
ms.date: 06/25/2024
8+
ms.date: 01/27/2025
99
ms.author: cshoe
1010
ms.custom:
1111
---
@@ -16,6 +16,8 @@ Azure Static Web Apps provides authentication-related user information via a [di
1616

1717
Many user interfaces rely heavily on user authentication data. The direct-access endpoint is a utility API that exposes user information without having to implement a custom function. Beyond convenience, the direct-access endpoint isn't subject to cold start delays that are associated with serverless architecture.
1818

19+
This article shows you how to read user information from a deployed application. If you want to read emulated user information during local development, see [Authorization and authentication emulation](./local-development.md#authorization-and-authentication-emulation).
20+
1921
## Client principal data
2022

2123
Client principal data object exposes user-identifiable information to your app. The following properties are featured in the client principal object:

0 commit comments

Comments
 (0)