Skip to content

Commit

Permalink
Merge pull request #7281 from danieldobalian/patch-8
Browse files Browse the repository at this point in the history
Fixed wrong git clone and small markdown bug
  • Loading branch information
jomolnar authored Sep 7, 2016
2 parents 7c1853a + 0637ed1 commit c5105ba
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
ms.tgt_pltfrm="na"
ms.devlang="javascript"
ms.topic="article"
ms.date="05/31/2016"
ms.date="08/15/2016"
ms.author="brandwe"/>

# Web App Sign In & Sign Out with Azure AD


Here we'll use Passport to:

- Sign the user into the app using Azure AD and the v2.0 app model.
- Sign the user into the app using Azure AD.
- Display some information about the user.
- Sign the user out of the app.

Expand All @@ -36,7 +36,7 @@ In order to do this, you'll need to:

The code for this tutorial is maintained [on GitHub](https://github.com/AzureADQuickStarts/WebApp-OpenIDConnect-NodeJS). To follow along, you can [download the app's skeleton as a .zip](https://github.com/AzureADQuickStarts/WebApp-OpenIDConnect-NodeJS/archive/skeleton.zip) or clone the skeleton:

```git clone --branch skeleton https://github.com/AzureADQuickStarts/AppModelv2-WebApp-OpenIDConnect-nodejs.git```
```git clone --branch skeleton https://github.com/AzureADQuickStarts/WebApp-OpenIDConnect-NodeJS.git```

The completed application is provided at the end of this tutorial as well.

Expand Down

0 comments on commit c5105ba

Please sign in to comment.