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: 4.-Console-app-calls-web-API-with-PoP/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,6 @@ description: "Sign-in a user with the Microsoft Identity Platform in a console a
11
11
---
12
12
# Sign-in a user with the Microsoft Identity Platform in a console application and call an ASP.NET Core web API using Proof of Possession token
13
13
14
-
Proof of Possession, as of MSAL .NET 4.23, is no longer exposed in public client applications. Also, it is available under the Experimental Features flag.
14
+
As of MSAL .NET 4.23, Proof of Possession (which was available under an experimental feature flag), is no longer exposed in public client applications.
15
15
16
-
See the dot net core [daemon sample](https://github.com/Azure-Samples/active-directory-dotnetcore-daemon-v2/tree/master/4-Call-OwnApi-Pop) showing the usage of Proof of Possession (Pop).
16
+
See the dot net core [daemon app sample](https://github.com/Azure-Samples/active-directory-dotnetcore-daemon-v2/tree/master/4-Call-OwnApi-Pop) showing the usage of Proof of Possession (Pop) in confidential client applications
0 commit comments