Skip to content

Commit

Permalink
Updated README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
skwan committed Apr 16, 2014
1 parent 3b3e312 commit 29f737b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
WebAPI-ManuallyValidateJwt-DotNet
=================================

This sample demonstrates how to manually process a JWT access token using the JSON Web Token Handler For the Microsoft .Net Framework 4.5. This sample is equivalent to the NativeClient-DotNet sample, except instead of using OWIN middleware to process the token, the token is processed in application code.
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 sample, except in the TodoListService instead of using OWIN middleware to process the token, the token is processed manually in application code. The client is unchanged from the NativeClient-DotNet sample.

For more information about how the protocols work in this scenario and other scenarios, see [Authentication Scenarios for Azure AD](http://go.microsoft.com/fwlink/?LinkId=394414).

Expand Down

0 comments on commit 29f737b

Please sign in to comment.