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
@@ -727,7 +737,7 @@ The following configuration shows how the `{id}` parameter is passed to the bind
727
737
728
738
## Working with client identities
729
739
730
-
If your function app is using [App Service Authentication / Authorization](../app-service/overview-authentication-authorization.md), you can view information about authenticated clients from your code. This information is available as [request headers injected by the platform](../app-service/app-service-authentication-how-to.md#access-user-claims).
740
+
If your function app is using [App Service Authentication / Authorization](../app-service/overview-authentication-authorization.md), you can view information about authenticated clients from your code. This information is available as [request headers injected by the platform](../app-service/app-service-authentication-how-to.md#access-user-claims).
731
741
732
742
You can also read this information from binding data. This capability is only available to the Functions runtime in 2.x and higher. It is also currently only available for .NET languages.
733
743
@@ -807,7 +817,7 @@ The authenticated user is available via [HTTP Headers](../app-service/app-servic
807
817
808
818
# [PowerShell](#tab/powershell)
809
819
810
-
TBD
820
+
The authenticated user is available via [HTTP Headers](../app-service/app-service-authentication-how-to.md#access-user-claims).
0 commit comments