Skip to content

Commit 187ff52

Browse files
authored
Merge pull request #92614 from TylerMSFT/twhitney-updatelanding
consolidate deploy and add auth basics
2 parents 53ea65d + 565401f commit 187ff52

File tree

1 file changed

+8
-32
lines changed

1 file changed

+8
-32
lines changed

articles/active-directory/develop/index.yml

Lines changed: 8 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ landingContent:
2222
url: v2-overview.md
2323
- text: Azure Active Directory for developers (v1.0)
2424
url: v1-overview.md
25+
- linkListType: concept
26+
links:
27+
- text: Authentication basics
28+
url: authentication-scenarios.md
29+
- text: Authentication flows and app scenarios
30+
url: authentication-flows-app-scenarios.md
31+
- text: Best practices and recommendations
32+
url: identity-platform-integration-checklist.md
2533
- linkListType: learn
2634
links:
2735
- text: One Dev Minute - Microsoft identity platform
@@ -40,10 +48,6 @@ landingContent:
4048
links:
4149
- text: JavaScript
4250
url: tutorial-v2-javascript-spa.md
43-
- linkListType: deploy
44-
links:
45-
- text: Test app integration
46-
url: identity-platform-integration-checklist.md
4751
- linkListType: download
4852
links:
4953
- text: Samples - JavaScript, Angular
@@ -66,10 +70,6 @@ landingContent:
6670
links:
6771
- text: ASP.NET Core
6872
url: https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2
69-
- linkListType: deploy
70-
links:
71-
- text: Test app integration
72-
url: identity-platform-integration-checklist.md
7373
- linkListType: download
7474
links:
7575
- text: Samples - ASP.NET Core, ASP.NET
@@ -84,10 +84,6 @@ landingContent:
8484
links:
8585
- text: ASP.NET Core
8686
url: https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2#scope-of-this-tutorial
87-
- linkListType: deploy
88-
links:
89-
- text: Test app integration
90-
url: identity-platform-integration-checklist.md
9187
- linkListType: download
9288
links:
9389
- text: Samples - ASP.NET Core, ASP.NET, Node.js, Ruby
@@ -102,10 +98,6 @@ landingContent:
10298
links:
10399
- text: ASP.NET Core web API
104100
url: https://github.com/Azure-Samples/active-directory-dotnet-native-aspnetcore-v2
105-
- linkListType: deploy
106-
links:
107-
- text: Test app integration
108-
url: identity-platform-integration-checklist.md
109101
- linkListType: download
110102
links:
111103
- text: Sample - ASP.NET
@@ -120,10 +112,6 @@ landingContent:
120112
links:
121113
- text: ASP.NET Core web API that calls Microsoft Graph
122114
url: https://github.com/Azure-Samples/active-directory-dotnet-native-aspnetcore-v2/tree/master/2.%20Web%20API%20now%20calls%20Microsoft%20Graph
123-
- linkListType: deploy
124-
links:
125-
- text: Test app integration
126-
url: identity-platform-integration-checklist.md
127115
- title: Build a desktop app that calls web APIs
128116
linkLists:
129117
- linkListType: get-started
@@ -142,10 +130,6 @@ landingContent:
142130
url: tutorial-v2-windows-desktop.md
143131
- text: Call Microsoft Graph API (UWP)
144132
url: tutorial-v2-windows-uwp.md
145-
- linkListType: deploy
146-
links:
147-
- text: Test app integration
148-
url: identity-platform-integration-checklist.md
149133
- linkListType: download
150134
links:
151135
- text: Sample - .NET, .NET Core
@@ -162,10 +146,6 @@ landingContent:
162146
url: quickstart-v2-netcore-daemon.md
163147
- text: Acquire a token & call Microsoft Graph API (ASP.NET web app)
164148
url: https://github.com/Azure-Samples/ms-identity-aspnet-daemon-webapp
165-
- linkListType: deploy
166-
links:
167-
- text: Test app integration
168-
url: identity-platform-integration-checklist.md
169149
- linkListType: download
170150
links:
171151
- text: Samples - ASP.NET console, ASP.NET web
@@ -190,10 +170,6 @@ landingContent:
190170
url: tutorial-v2-android.md
191171
- text: Sign in users & call Microsoft Graph API (iOS)
192172
url: tutorial-v2-ios.md
193-
- linkListType: deploy
194-
links:
195-
- text: Test app integration
196-
url: identity-platform-integration-checklist.md
197173
- linkListType: download
198174
links:
199175
- text: Sample - Android, iOS, Xamarin

0 commit comments

Comments
 (0)