Skip to content

Commit 2847e12

Browse files
authored
Merge pull request #44189 from andretms/andret-IncludesFix
Adding an extra line to include files's metadata
2 parents 89a9770 + 07e9ff1 commit 2847e12

11 files changed

+12
-1
lines changed

includes/active-directory-develop-guidedsetup-android-introduction.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ms.workload: identity
1616
ms.date: 04/19/2018
1717
ms.author: andret
1818
ms.custom: include file
19+
1920
---
2021

2122
# Sign-in users and all the Microsoft Graph API from an Android app

includes/active-directory-develop-guidedsetup-android-setup.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ms.workload: identity
1616
ms.date: 04/19/2018
1717
ms.author: andret
1818
ms.custom: include file
19+
1920
---
2021

2122
## Set up your project

includes/active-directory-develop-guidedsetup-aspnetwebapp-configure.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ms.workload: identity
1616
ms.date: 05/04/2018
1717
ms.author: andret
1818
ms.custom: include file
19+
1920
---
2021

2122
## Register your application

includes/active-directory-develop-guidedsetup-aspnetwebapp-introduction.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ms.workload: identity
1616
ms.date: 04/19/2018
1717
ms.author: andret
1818
ms.custom: include file
19+
1920
---
2021

2122
# Add sign-in with Microsoft to an ASP.NET web app

includes/active-directory-develop-guidedsetup-aspnetwebapp-setup.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ms.topic: include
88
ms.date: 05/08/2018
99
ms.author: andret
1010
ms.custom: include file
11+
1112
---
1213

1314
## Set up your project

includes/active-directory-develop-guidedsetup-aspnetwebapp-test.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ms.workload: identity
1616
ms.date: 04/19/2018
1717
ms.author: andret
1818
ms.custom: include file
19+
1920
---
2021

2122
## Test your code

includes/active-directory-develop-guidedsetup-aspnetwebapp-use.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ms.workload: identity
1616
ms.date: 04/19/2018
1717
ms.author: andret
1818
ms.custom: include file
19+
1920
---
2021

2122
## Add a controller to handle sign-in and sign-out requests

includes/active-directory-develop-guidedsetup-javascriptspa-introduction.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ms.workload: identity
1616
ms.date: 04/19/2018
1717
ms.author: andret
1818
ms.custom: include file
19+
1920
---
2021

2122
# Call the Microsoft Graph API from a JavaScript Single Page Application (SPA)
@@ -27,7 +28,7 @@ This guide demonstrates how a JavaScript Single Page Application (SPA) can sign
2728
![How the sample app generated by this guide works](media/active-directory-develop-guidedsetup-javascriptspa-introduction/javascriptspa-intro.png)
2829

2930
<!--start-collapse-->
30-
## More Information
31+
### More Information
3132

3233
The sample application created by this guide enables a JavaScript SPA to query the Microsoft Graph API or a Web API that accepts tokens from Azure Active Directory v2 endpoint. For this scenario, after a user signs-in, an access token is requested and added to HTTP requests via the authorization header. Token acquisition and renewal are handled by the Microsoft Authentication Library (MSAL).
3334

includes/active-directory-develop-guidedsetup-javascriptspa-setup.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ms.workload: identity
1616
ms.date: 04/19/2018
1717
ms.author: andret
1818
ms.custom: include file
19+
1920
---
2021

2122
## Setting up your web server or project

includes/active-directory-develop-guidedsetup-windesktop-introduction.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ms.workload: identity
1616
ms.date: 04/19/2018
1717
ms.author: andret
1818
ms.custom: include file
19+
1920
---
2021

2122
# Call the Microsoft Graph API from a Windows Desktop app

0 commit comments

Comments
 (0)