3
3
title : Microsoft identity platform (formerly Azure Active Directory for developers)
4
4
summary : Microsoft identity platform is an evolution of the Azure Active Directory (Azure AD) developer platform. It allows developers to build applications that sign in all Microsoft identities and get tokens to call Microsoft APIs such as Microsoft Graph or APIs that developers have built. It’s a full-featured platform that consists of an OAuth 2.0 and OpenID Connect standard-compliant authentication service, open-source libraries, application registration and configuration, robust conceptual and reference documentation, quickstart samples, code samples, tutorials, and how-to guides.
5
5
6
- metadata :
6
+ metadata :
7
7
ms.topic : landing-page
8
8
ms.date : 06/22/2019
9
9
author : CelesteDG
10
10
ms.author : celested
11
11
ms.service : active-directory
12
12
ms.subservice : develop
13
- ms.workload : identity
13
+ ms.workload : identity
14
14
15
15
landingContent :
16
16
- title : About Microsoft identity platform
@@ -46,7 +46,7 @@ landingContent:
46
46
- text : JavaScript
47
47
url : quickstart-v2-javascript.md
48
48
- linkListType : tutorial
49
- links :
49
+ links :
50
50
- text : JavaScript
51
51
url : tutorial-v2-javascript-spa.md
52
52
- linkListType : download
@@ -67,27 +67,37 @@ landingContent:
67
67
url : quickstart-v2-aspnet-core-webapp.md
68
68
- text : ASP.NET
69
69
url : quickstart-v2-aspnet-webapp.md
70
+ - text : Java
71
+ url : quickstart-v2-java-webapp.md
72
+ - text : Python
73
+ url : quickstart-v2-python-webapp.md
70
74
- linkListType : tutorial
71
- links :
75
+ links :
72
76
- text : ASP.NET Core
73
77
url : https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2
74
78
- linkListType : download
75
79
links :
76
- - text : Samples - ASP.NET Core, ASP.NET
80
+ - text : Samples - ASP.NET Core, ASP.NET, Java, Python
77
81
url : sample-v2-code.md#web-applications
78
82
- title : Build a web app that calls web APIs
79
83
linkLists :
80
84
- linkListType : get-started
81
85
links :
82
86
- text : Scenario overview
83
87
url : scenario-web-app-call-api-overview.md
88
+ - linkListType : quickstart
89
+ links :
90
+ - text : Java
91
+ url : quickstart-v2-java-webapp.md
92
+ - text : Python
93
+ url : quickstart-v2-python-webapp.md
84
94
- linkListType : tutorial
85
- links :
95
+ links :
86
96
- text : ASP.NET Core
87
97
url : https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2#scope-of-this-tutorial
88
98
- linkListType : download
89
99
links :
90
- - text : Samples - ASP.NET Core, ASP.NET, Node.js, Ruby
100
+ - text : Samples - ASP.NET Core, ASP.NET, Node.js, Ruby, Java, Python
91
101
url : sample-v2-code.md#web-applications
92
102
- title : Build a protected web API
93
103
linkLists :
@@ -96,7 +106,7 @@ landingContent:
96
106
- text : Scenario overview
97
107
url : scenario-protected-web-api-overview.md
98
108
- linkListType : tutorial
99
- links :
109
+ links :
100
110
- text : ASP.NET Core web API
101
111
url : https://github.com/Azure-Samples/active-directory-dotnet-native-aspnetcore-v2
102
112
- linkListType : download
@@ -110,30 +120,32 @@ landingContent:
110
120
- text : Scenario overview
111
121
url : scenario-web-api-call-api-overview.md
112
122
- linkListType : tutorial
113
- links :
123
+ links :
114
124
- text : ASP.NET Core web API that calls Microsoft Graph
115
125
url : https://github.com/Azure-Samples/active-directory-dotnet-native-aspnetcore-v2/tree/master/2.%20Web%20API%20now%20calls%20Microsoft%20Graph
126
+ - text : Java web API that calls Microsoft Graph
127
+ url : https://github.com/Azure-Samples/ms-identity-java-webapi
116
128
- title : Build a desktop app that calls web APIs
117
129
linkLists :
118
130
- linkListType : get-started
119
131
links :
120
132
- text : Scenario overview
121
133
url : scenario-desktop-overview.md
122
134
- linkListType : quickstart
123
- links :
135
+ links :
124
136
- text : Acquire a token & call Microsoft Graph API (Windows desktop)
125
137
url : quickstart-v2-windows-desktop.md
126
138
- text : Acquire a token & call Microsoft Graph API (UWP)
127
139
url : quickstart-v2-uwp.md
128
140
- linkListType : tutorial
129
- links :
141
+ links :
130
142
- text : Call Microsoft Graph API (Windows desktop)
131
143
url : tutorial-v2-windows-desktop.md
132
144
- text : Call Microsoft Graph API (UWP)
133
145
url : tutorial-v2-windows-uwp.md
134
146
- linkListType : download
135
147
links :
136
- - text : Sample - .NET, .NET Core
148
+ - text : Sample - .NET, .NET Core, Java, Python
137
149
url : sample-v2-code.md#desktop-and-mobile-public-client-apps
138
150
- title : Build a daemon app that calls web APIs
139
151
linkLists :
@@ -142,14 +154,14 @@ landingContent:
142
154
- text : Scenario overview
143
155
url : scenario-daemon-overview.md
144
156
- linkListType : quickstart
145
- links :
157
+ links :
146
158
- text : Acquire a token & call Microsoft Graph API (.NET Core console)
147
159
url : quickstart-v2-netcore-daemon.md
148
160
- text : Acquire a token & call Microsoft Graph API (ASP.NET web app)
149
161
url : https://github.com/Azure-Samples/ms-identity-aspnet-daemon-webapp
150
162
- linkListType : download
151
163
links :
152
- - text : Samples - ASP.NET console, ASP.NET web
164
+ - text : Samples - ASP.NET console, ASP.NET web, Java, Python
153
165
url : sample-v2-code.md#daemon-applications
154
166
- title : Build a mobile app that calls web APIs
155
167
linkLists :
@@ -158,15 +170,15 @@ landingContent:
158
170
- text : Scenario overview
159
171
url : scenario-mobile-overview.md
160
172
- linkListType : quickstart
161
- links :
173
+ links :
162
174
- text : Acquire a token & call Microsoft Graph API (Android)
163
175
url : quickstart-v2-android.md
164
176
- text : Acquire a token & call Microsoft Graph API (iOS)
165
177
url : quickstart-v2-ios.md
166
178
- text : Acquire a token & call Microsoft Graph API (Xamarin iOS & Android)
167
179
url : https://github.com/Azure-Samples/active-directory-xamarin-native-v2
168
180
- linkListType : tutorial
169
- links :
181
+ links :
170
182
- text : Sign in users & call Microsoft Graph API (Android)
171
183
url : tutorial-v2-android.md
172
184
- text : Sign in users & call Microsoft Graph API (iOS)
@@ -182,7 +194,7 @@ landingContent:
182
194
- text : About Microsoft Graph
183
195
url : https://docs.microsoft.com/graph/overview
184
196
- linkListType : quickstart
185
- links :
197
+ links :
186
198
- text : Get up and running in 3 minutes
187
199
url : https://developer.microsoft.com/graph/get-started
188
200
- linkListType : learn
@@ -192,9 +204,9 @@ landingContent:
192
204
- text : Microsoft Graph REST API v1.0
193
205
url : https://docs.microsoft.com/graph/api/overview?toc=.%2Fref%2Ftoc.json&view=graph-rest-1.0
194
206
- text : Microsoft Graph REST API Beta
195
- url : https://docs.microsoft.com/graph/api/overview?toc=.%2Fref%2Ftoc.json&view=graph-rest-beta
207
+ url : https://docs.microsoft.com/graph/api/overview?toc=.%2Fref%2Ftoc.json&view=graph-rest-beta
196
208
- linkListType : deploy
197
- links :
209
+ links :
198
210
- text : Graph Explorer
199
211
url : https://developer.microsoft.com/graph/graph-explorer/
200
212
- title : Build a customer-facing app that signs in social & local identities
0 commit comments