Skip to content

Commit 72adfb4

Browse files
committed
Update README.md
1 parent c1debef commit 72adfb4

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
2-
services:
3-
platforms:
4-
author: azure
2+
services: active-directory
3+
platforms: dotnet
4+
author: dstrockis
55
---
66

77
Manually validating a JWT access token in a web API
8-
=================================
98

109
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.
1110

@@ -18,13 +17,13 @@ To run this sample you will need:
1817
- An Internet connection
1918
- An Azure subscription (a free trial is sufficient)
2019

21-
Every Azure subscription has an associated Azure Active Directory tenant. If you don't already have an Azure subscription, you can get a free subscription by signing up at [http://wwww.windowsazure.com](http://www.windowsazure.com). All of the Azure AD features used by this sample are available free of charge.
20+
Every Azure subscription has an associated Azure Active Directory tenant. If you don't already have an Azure subscription, you can get a free subscription by signing up at [https://azure.microsoft.com](https://azure.microsoft.com). All of the Azure AD features used by this sample are available free of charge.
2221

2322
### Step 1: Clone or download this repository
2423

2524
From your shell or command line:
2625

27-
`git clone https://github.com/AzureADSamples/WebAPI-ManuallyValidateJwt-DotNet.git`
26+
`git clone https://github.com/Azure-Samples/active-directory-dotnet-webapi-manual-jwt-validation.git`
2827

2928
### Step 2: Create a user account in your Azure Active Directory tenant
3029

0 commit comments

Comments
 (0)