Skip to content

Commit 57d8a2b

Browse files
authored
Merge pull request #106928 from mmacy/msid-landing-page
[msid] landing page & TOC
2 parents 66a91b4 + 003f4df commit 57d8a2b

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

articles/active-directory/develop/TOC.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
- name: Microsoft identity platform (Azure Active Directory for developers)
1+
- name: Microsoft identity platform documentation
22
href: index.yml
33
- name: Overview
44
items:
55
- name: What is Microsoft identity platform?
66
href: v2-overview.md
77
- name: Evolution of Microsoft identity platform
8-
href: about-microsoft-identity-platform.md
8+
href: about-microsoft-identity-platform.md
99
- name: Quickstarts
1010
expanded: true
1111
items:
@@ -237,7 +237,7 @@
237237
- name: Calling a web API
238238
href: scenario-mobile-call-api.md
239239
- name: Move to production
240-
href: scenario-mobile-production.md
240+
href: scenario-mobile-production.md
241241
- name: Microsoft Authentication Library (MSAL)
242242
items:
243243
- name: Overview
@@ -305,7 +305,7 @@
305305
- name: Initialize applications - JavaScript
306306
href: msal-js-initializing-client-applications.md
307307
- name: Handle errors and exceptions
308-
href: msal-handling-exceptions.md
308+
href: msal-handling-exceptions.md
309309
- name: Logging
310310
href: msal-logging.md
311311
- name: Single sign-on
@@ -343,14 +343,14 @@
343343
- name: MSAL.NET
344344
items:
345345
- name: Web browsers
346-
href: msal-net-web-browsers.md
346+
href: msal-net-web-browsers.md
347347
- name: MSAL.js
348348
items:
349349
- name: Considerations - IE
350350
href: msal-js-use-ie-browser.md
351351
- name: Known issues - IE and Microsoft Edge
352352
href: msal-js-known-issues-ie-edge-browsers.md
353-
- name: Known issues - Safari
353+
- name: Known issues - Safari
354354
href: msal-js-known-issues-safari-browser.md
355355
- name: Troubleshoot SSL issues (MSAL iOS/macOS)
356356
href: ssl-issues.md
@@ -359,7 +359,7 @@
359359
items:
360360
- name: Application types and OAuth 2.0
361361
displayName: App types, OAuth
362-
href: v2-app-types.md
362+
href: v2-app-types.md
363363
- name: OAuth 2.0 and OpenID Connect protocols
364364
items:
365365
- name: OAuth 2.0 and OpenID Connect
@@ -507,7 +507,7 @@
507507
- name: Pass custom state in authentication requests
508508
href: msal-js-pass-custom-state-authentication-request.md
509509
- name: Prompt behavior
510-
href: msal-js-prompt-behavior.md
510+
href: msal-js-prompt-behavior.md
511511
- name: MSAL for iOS and macOS
512512
items:
513513
- name: MSAL for iOS and macOS differences

articles/active-directory/develop/index.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### YamlMime:Landing
22

3-
title: Microsoft identity platform (formerly Azure Active Directory for developers)
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.
3+
title: Microsoft identity platform documentation
4+
summary: Microsoft identity platform allows developers to build applications that sign in all Microsoft identities and get tokens to call Microsoft APIs like Microsoft Graph, or APIs you've built. This full-featured platform 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, quickstarts, code samples, tutorials, and how-to guides.
55

66
metadata:
77
ms.topic: landing-page
@@ -17,10 +17,10 @@ landingContent:
1717
linkLists:
1818
- linkListType: overview
1919
links:
20-
- text: Evolution of Microsoft identity platform
21-
url: about-microsoft-identity-platform.md
2220
- text: Microsoft identity platform (v2.0)
2321
url: v2-overview.md
22+
- text: Evolution of Microsoft identity platform
23+
url: about-microsoft-identity-platform.md
2424
- text: Azure Active Directory for developers (v1.0)
2525
url: ../azuread-dev/v1-overview.md
2626
- linkListType: concept

0 commit comments

Comments
 (0)