Skip to content

Commit b58bbe6

Browse files
authored
Merge pull request #247379 from MicrosoftDocs/main
8/4/2023 AM Publish
2 parents e63a87f + 84bde84 commit b58bbe6

File tree

149 files changed

+4392
-415
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

149 files changed

+4392
-415
lines changed

.openpublishing.redirection.json

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23200,7 +23200,7 @@
2320023200
},
2320123201
{
2320223202
"source_path_from_root": "/articles/active-directory/develop/web-app-quickstart-portal-node-js-passport.md",
23203-
"redirect_url": "/azure/active-directory/develop/web-app-quickstart?pivots=devlang-nodejs-msal",
23203+
"redirect_url": "/azure/active-directory/develop/quickstart-web-app-nodejs-msal-sign-in",
2320423204
"redirect_document_id": false
2320523205
},
2320623206
{
@@ -23215,7 +23215,37 @@
2321523215
},
2321623216
{
2321723217
"source_path_from_root": "/articles/active-directory/develop/quickstart-v2-nodejs-webapp.md",
23218-
"redirect_url": "/azure/active-directory/develop/web-app-quickstart?pivots=devlang-nodejs-msal",
23218+
"redirect_url": "/azure/active-directory/develop/quickstart-web-app-nodejs-msal-sign-in",
23219+
"redirect_document_id": false
23220+
},
23221+
{
23222+
"source_path_from_root": "/articles/active-directory/develop/console-app-quickstart.md",
23223+
"redirect_url": "/azure/active-directory/develop/index-service",
23224+
"redirect_document_id": false
23225+
},
23226+
{
23227+
"source_path_from_root": "/articles/active-directory/develop/desktop-app-quickstart.md",
23228+
"redirect_url": "/azure/active-directory/develop/index-desktop",
23229+
"redirect_document_id": false
23230+
},
23231+
{
23232+
"source_path_from_root": "/articles/active-directory/develop/mobile-app-quickstart.md",
23233+
"redirect_url": "/azure/active-directory/develop/index-mobile",
23234+
"redirect_document_id": false
23235+
},
23236+
{
23237+
"source_path_from_root": "/articles/active-directory/develop/web-api-quickstart.md",
23238+
"redirect_url": "/azure/active-directory/develop/index-web-api",
23239+
"redirect_document_id": false
23240+
},
23241+
{
23242+
"source_path_from_root": "/articles/active-directory/develop/web-app-quickstart.md",
23243+
"redirect_url": "/azure/active-directory/develop/index-web-app",
23244+
"redirect_document_id": false
23245+
},
23246+
{
23247+
"source_path_from_root": "/articles/active-directory/develop/single-page-app-quickstart.md",
23248+
"redirect_url": "/azure/active-directory/develop/index-spa",
2321923249
"redirect_document_id": false
2322023250
},
2322123251
{

articles/active-directory/develop/TOC.yml

Lines changed: 44 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,13 @@
122122
- name: SPA authentication
123123
href: index-spa.yml
124124
- name: Quickstart
125-
href: single-page-app-quickstart.md
125+
items:
126+
- name: React
127+
href: quickstart-single-page-app-react-sign-in.md
128+
- name: Angular
129+
href: quickstart-single-page-app-angular-sign-in.md
130+
- name: JavaScript
131+
href: quickstart-single-page-app-javascript-sign-in.md
126132
- name: Tutorials
127133
items:
128134
- name: React
@@ -167,7 +173,17 @@
167173
- name: Web app authentication
168174
href: index-web-app.yml
169175
- name: Quickstart
170-
href: web-app-quickstart.md
176+
items:
177+
- name: ASP.NET
178+
href: quickstart-web-app-aspnet-sign-in.md
179+
- name: ASP.NET Core
180+
href: quickstart-web-app-aspnet-core-sign-in.md
181+
- name: Node.js - MSAL
182+
href: quickstart-web-app-nodejs-msal-sign-in.md
183+
- name: Java
184+
href: quickstart-web-app-java-sign-in.md
185+
- name: Python
186+
href: quickstart-web-app-python-sign-in.md
171187
- name: Tutorials
172188
items:
173189
- name: ASP.NET
@@ -238,7 +254,11 @@
238254
- name: Web API authentication
239255
href: index-web-api.yml
240256
- name: Quickstart
241-
href: web-api-quickstart.md
257+
items:
258+
- name: ASP.NET
259+
href: quickstart-web-api-aspnet-protect-api.md
260+
- name: ASP.NET Core
261+
href: quickstart-web-api-aspnet-core-protect-api.md
242262
- name: Tutorials
243263
items:
244264
- name: ASP.NET
@@ -289,7 +309,13 @@
289309
- name: Desktop app authentication
290310
href: index-desktop.yml
291311
- name: Quickstart
292-
href: desktop-app-quickstart.md
312+
items:
313+
- name: Node.js Electron
314+
href: quickstart-desktop-app-nodejs-electron-sign-in.md
315+
- name: Universal Windows Platform
316+
href: quickstart-desktop-app-uwp-sign-in.md
317+
- name: Windows Presentation Foundation
318+
href: quickstart-desktop-app-wpf-sign-in.md
293319
- name: Tutorials
294320
items:
295321
- name: Universal Windows Platform (UWP)
@@ -335,7 +361,11 @@
335361
- name: Mobile app authentication
336362
href: index-mobile.yml
337363
- name: Quickstart
338-
href: mobile-app-quickstart.md
364+
items:
365+
- name: Android
366+
href: quickstart-mobile-app-android-sign-in.md
367+
- name: iOS and macOS
368+
href: quickstart-mobile-app-ios-sign-in.md
339369
- name: Tutorials
340370
items:
341371
- name: Android
@@ -393,7 +423,15 @@
393423
- name: Service/daemon authentication
394424
href: index-service.yml
395425
- name: Quickstart
396-
href: console-app-quickstart.md
426+
items:
427+
- name: .NET Core
428+
href: quickstart-console-app-netcore-acquire-token.md
429+
- name: Java
430+
href: quickstart-daemon-app-java-acquire-token.md
431+
- name: Node.js
432+
href: quickstart-console-app-nodejs-acquire-token.md
433+
- name: Python
434+
href: quickstart-daemon-app-python-acquire-token.md
397435
- name: Tutorials
398436
items:
399437
- name: ASP.NET

articles/active-directory/develop/console-app-quickstart.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

articles/active-directory/develop/console-quickstart-portal-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.custom: mode-api, devx-track-js
1919
> [!div renderon="docs"]
2020
> Welcome! This probably isn't the page you were expecting. While we work on a fix, this link should take you to the right article:
2121
>
22-
> > [Quickstart: Node.js console app that calls an API](console-app-quickstart.md?pivots=devlang-nodejs)
22+
> > [Quickstart: Acquire a token and call Microsoft Graph from a Node.js console app](quickstart-console-app-nodejs-acquire-token.md)
2323
>
2424
> We apologize for the inconvenience and appreciate your patience while we work to get this resolved.
2525

articles/active-directory/develop/daemon-quickstart-portal-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.custom: aaddev, "scenarios:getting-started", "languages:Java", devx-track-jav
2020
> [!div renderon="docs"]
2121
> Welcome! This probably isn't the page you were expecting. While we work on a fix, this link should take you to the right article:
2222
>
23-
> > [Quickstart: Java daemon that calls a protected API](console-app-quickstart.md?pivots=devlang-java)
23+
> > [Quickstart: Acquire a token and call Microsoft Graph from a Java daemon app](quickstart-daemon-app-java-acquire-token.md)
2424
>
2525
> We apologize for the inconvenience and appreciate your patience while we work to get this resolved.
2626

articles/active-directory/develop/daemon-quickstart-portal-netcore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ms.custom: devx-track-csharp, aaddev, identityplatformtop40, "scenarios:getting-
2121
> [!div renderon="docs"]
2222
> Welcome! This probably isn't the page you were expecting. While we work on a fix, this link should take you to the right article:
2323
>
24-
> > [Quickstart: .NET Core console that calls an API](console-app-quickstart.md?pivots=devlang-dotnet-core)
24+
> > [Quickstart: Acquire a token and call Microsoft Graph in a .NET Core console app](quickstart-console-app-netcore-acquire-token.md)
2525
>
2626
> We apologize for the inconvenience and appreciate your patience while we work to get this resolved.
2727

articles/active-directory/develop/daemon-quickstart-portal-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.custom: aaddev, identityplatformtop40, devx-track-python, "scenarios:getting-
2020
> [!div renderon="docs"]
2121
> Welcome! This probably isn't the page you were expecting. While we work on a fix, this link should take you to the right article:
2222
>
23-
> > [Quickstart: Python console app that calls an API](console-app-quickstart.md?pivots=devlang-python)
23+
> > [Quickstart: Acquire a token and call Microsoft Graph from a Python daemon app](quickstart-daemon-app-python-acquire-token.md)
2424
>
2525
> We apologize for the inconvenience and appreciate your patience while we work to get this resolved.
2626

articles/active-directory/develop/desktop-app-quickstart.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

articles/active-directory/develop/desktop-quickstart-portal-nodejs-desktop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.custom: mode-api, devx-track-js
1919
> [!div renderon="docs"]
2020
> Welcome! This probably isn't the page you were expecting. While we work on a fix, this link should take you to the right article:
2121
>
22-
> > [Quickstart: Node.js Electron desktop app with user sign-in](desktop-app-quickstart.md?pivots=devlang-nodejs-electron)
22+
> > [Quickstart: Sign in users and call Microsoft Graph from a Node.js desktop app](quickstart-desktop-app-nodejs-electron-sign-in.md)
2323
>
2424
> We apologize for the inconvenience and appreciate your patience while we work to get this resolved.
2525

articles/active-directory/develop/desktop-quickstart-portal-uwp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.custom: aaddev, identityplatformtop40, "scenarios:getting-started", "language
2020
> [!div renderon="docs"]
2121
> Welcome! This probably isn't the page you were expecting. While we work on a fix, this link should take you to the right article:
2222
>
23-
> > [Quickstart: Universal Windows Platform (UWP) desktop app with user sign-in](desktop-app-quickstart.md?pivots=devlang-uwp)
23+
> > [Quickstart: Sign in users and call Microsoft Graph in a Universal Windows Platform app](quickstart-desktop-app-uwp-sign-in.md)
2424
>
2525
> We apologize for the inconvenience and appreciate your patience while we work to get this resolved.
2626

0 commit comments

Comments
 (0)