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: docs/authentication.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -114,9 +114,9 @@ Before using the provided `-AccessToken` to get Microsoft Graph resources, custo
114
114
115
115
### Access Token Proof of Possession (AT PoP)
116
116
117
-
AT PoP is a security mechanism that binds an access token to a cryptographic key that only the intended recipient has. This prevents unauthorized use of the token by malicious actors. AT PoP enhances data protection, reduces token replay attacks, and enables fine-grained authorization policies.
117
+
AT PoP is a security mechanism that binds an access token to a cryptographic key that only the token requestor has. This prevents unauthorized use of the token by malicious actors. AT PoP enhances data protection, reduces token replay attacks, and enables fine-grained authorization policies.
118
118
119
-
Note: AT PoP requires WAM to function.
119
+
Note: AT PoP requires Web Account Manager (WAM) to function.
120
120
121
121
Microsoft Graph PowerShell module supports AT PoP in the following scenario:
// Creating a httpclient that would handle all pop calls
484
+
UripopResourceUri=GraphSession.Instance.GraphRequestProofofPossession.Uri??newUri("https://graph.microsoft.com/beta/organization");//PPE (https://graph.microsoft-ppe.com) or Canary (https://canary.graph.microsoft.com) or (https://20.190.132.47/beta/me)
<!-- As described in this post https://devblogs.microsoft.com/powershell/depending-on-the-right-powershell-nuget-package-in-your-net-project, reference the SDK for dotnetcore-->
0 commit comments