@@ -22,6 +22,14 @@ landingContent:
22
22
url : v2-overview.md
23
23
- text : Azure Active Directory for developers (v1.0)
24
24
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
25
33
- linkListType : learn
26
34
links :
27
35
- text : One Dev Minute - Microsoft identity platform
@@ -40,10 +48,6 @@ landingContent:
40
48
links :
41
49
- text : JavaScript
42
50
url : tutorial-v2-javascript-spa.md
43
- - linkListType : deploy
44
- links :
45
- - text : Test app integration
46
- url : identity-platform-integration-checklist.md
47
51
- linkListType : download
48
52
links :
49
53
- text : Samples - JavaScript, Angular
@@ -66,10 +70,6 @@ landingContent:
66
70
links :
67
71
- text : ASP.NET Core
68
72
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
73
73
- linkListType : download
74
74
links :
75
75
- text : Samples - ASP.NET Core, ASP.NET
@@ -84,10 +84,6 @@ landingContent:
84
84
links :
85
85
- text : ASP.NET Core
86
86
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
91
87
- linkListType : download
92
88
links :
93
89
- text : Samples - ASP.NET Core, ASP.NET, Node.js, Ruby
@@ -102,10 +98,6 @@ landingContent:
102
98
links :
103
99
- text : ASP.NET Core web API
104
100
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
109
101
- linkListType : download
110
102
links :
111
103
- text : Sample - ASP.NET
@@ -120,10 +112,6 @@ landingContent:
120
112
links :
121
113
- text : ASP.NET Core web API that calls Microsoft Graph
122
114
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
127
115
- title : Build a desktop app that calls web APIs
128
116
linkLists :
129
117
- linkListType : get-started
@@ -142,10 +130,6 @@ landingContent:
142
130
url : tutorial-v2-windows-desktop.md
143
131
- text : Call Microsoft Graph API (UWP)
144
132
url : tutorial-v2-windows-uwp.md
145
- - linkListType : deploy
146
- links :
147
- - text : Test app integration
148
- url : identity-platform-integration-checklist.md
149
133
- linkListType : download
150
134
links :
151
135
- text : Sample - .NET, .NET Core
@@ -162,10 +146,6 @@ landingContent:
162
146
url : quickstart-v2-netcore-daemon.md
163
147
- text : Acquire a token & call Microsoft Graph API (ASP.NET web app)
164
148
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
169
149
- linkListType : download
170
150
links :
171
151
- text : Samples - ASP.NET console, ASP.NET web
@@ -190,10 +170,6 @@ landingContent:
190
170
url : tutorial-v2-android.md
191
171
- text : Sign in users & call Microsoft Graph API (iOS)
192
172
url : tutorial-v2-ios.md
193
- - linkListType : deploy
194
- links :
195
- - text : Test app integration
196
- url : identity-platform-integration-checklist.md
197
173
- linkListType : download
198
174
links :
199
175
- text : Sample - Android, iOS, Xamarin
0 commit comments