Skip to content

Commit cfd4d3a

Browse files
kjyam98jmprieur
authored andcommitted
Added reference to v2 sample (#32)
* Added reference to v2 sample * Update README.md
1 parent 27b3689 commit cfd4d3a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ endpoint: AAD V1
1111

1212
![Build badge](https://identitydivision.visualstudio.com/_apis/public/build/definitions/a7934fdd-dcde-4492-a406-7fad6ac00e17/18/badge)
1313

14+
> You might also be interested in the following newer sample: https://github.com/azure-samples/ms-identity-aspnetcore-webapp-tutorial
15+
>
16+
> This newer sample takes advantage of the Microsoft identity platform (formerly Azure AD v2.0).
17+
>
18+
> While still in public preview, every component is supported in production environments.
19+
1420
## About this sample
1521

1622
This sample demonstrates how to manually process a JWT access token in a web API using the JSON Web Token Handler For the Microsoft .Net Framework 4.5. This sample is equivalent to the [NativeClient-DotNet](https://github.com/Azure-Samples/active-directory-dotnet-native-desktop) sample, except that, in the ``TodoListService``, instead of using OWIN middleware to process the token, the token is processed manually in application code. The client, which demonstrates how to acquire a token for this protected API, is unchanged from the [NativeClient-DotNet](https://github.com/Azure-Samples/active-directory-dotnet-native-desktop) sample.

0 commit comments

Comments
 (0)