Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 65c4ed2

Browse files
committed
Update README.md
1 parent b3ec3a6 commit 65c4ed2

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

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
Authenticating to Azure AD non-interactively using a username & password
8-
===================
98

109
This sample demonstrates a .Net console application calling a web API that is secured using Azure AD. The .Net application uses the Active Directory Authentication Library (ADAL) to obtain a JWT access token through the OAuth 2.0 protocol. The access token is sent to the web API to authenticate the user. This sample shows you how to use ADAL to authenticate users via raw credentials (username and password, or Windows integrated authentication) via a text-only interface.
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/NativeClient-Headless-DotNet.git`
26+
`git clone https://github.com/Azure-Samples/active-directory-dotnet-native-headless.git`
2827

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

0 commit comments

Comments
 (0)