Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d9410cc

Browse files
authoredDec 9, 2020
Update README.md
1 parent b297837 commit d9410cc

File tree

1 file changed

+2
-2
lines changed
  • 4.-Console-app-calls-web-API-with-PoP

1 file changed

+2
-2
lines changed
 

‎4.-Console-app-calls-web-API-with-PoP/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ description: "Sign-in a user with the Microsoft Identity Platform in a console a
1111
---
1212
# 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
1313

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.
1515

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

Comments
 (0)
Please sign in to comment.