Skip to content

Commit ef34215

Browse files
authored
Merge pull request #11 from Azure-Samples/merge-proposed-pr-5
Merging the proposed PR #5 by samirahmed
2 parents 6cec82f + c48cb89 commit ef34215

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ author: dstrockis
88

99
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.
1010

11+
The manual JWT validation occurs in the `TokenValidationHandler` implementation in the `Global.aspx.cs` file in the TodoListService-ManualJwt project.
12+
1113
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).
1214

1315
> Looking for previous versions of this code sample? Check out the tags on the [releases](../../releases) GitHub page.

0 commit comments

Comments
 (0)