Skip to content

Commit 894d590

Browse files
committed
added displaynames and other minor tweaks
1 parent 0f1cc7e commit 894d590

File tree

1 file changed

+30
-16
lines changed
  • articles/active-directory/develop

1 file changed

+30
-16
lines changed

articles/active-directory/develop/TOC.yml

Lines changed: 30 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
- name: Remove an app
2525
href: quickstart-remove-app.md
2626
- name: Single-page apps
27+
displayName: SPA
2728
items:
2829
- name: JavaScript
2930
href: quickstart-v2-javascript.md
@@ -53,6 +54,7 @@
5354
- name: iOS and macOS
5455
href: quickstart-v2-ios.md
5556
- name: Universal Windows Platform
57+
displayName: UWP
5658
href: quickstart-v2-uwp.md
5759
- name: Windows Desktop .NET
5860
href: quickstart-v2-windows-desktop.md
@@ -65,6 +67,7 @@
6567
- name: Tutorials
6668
items:
6769
- name: Single-page apps
70+
displayName: SPA
6871
items:
6972
- name: JavaScript
7073
href: tutorial-v2-javascript-spa.md
@@ -79,6 +82,7 @@
7982
- name: iOS and macOS
8083
href: tutorial-v2-ios.md
8184
- name: Universal Windows Platform
85+
displayName: UWP
8286
href: tutorial-v2-windows-uwp.md
8387
- name: Windows Desktop .NET
8488
href: tutorial-v2-windows-desktop.md
@@ -97,6 +101,7 @@
97101
displayName: Auth basics
98102
href: authentication-scenarios.md
99103
- name: Authentication flows and app scenarios
104+
displayName: Auth flows
100105
href: authentication-flows-app-scenarios.md
101106
- name: Identity platform best practices
102107
href: identity-platform-integration-checklist.md
@@ -106,6 +111,7 @@
106111
- name: Sign-in audience
107112
href: v2-supported-account-types.md
108113
- name: Single-page app
114+
displayName: SPA
109115
items:
110116
- name: Overview
111117
href: scenario-spa-overview.md
@@ -236,11 +242,11 @@
236242
items:
237243
- name: Overview
238244
href: msal-overview.md
239-
- name: Accounts and tenant profiles (Android)
245+
- name: Accounts and tenant profiles - Android
240246
href: accounts-overview.md
241-
- name: Authorization agents (Android)
247+
- name: Authorization agents - Android
242248
href: authorization-agents.md
243-
- name: Brokered auth (Android)
249+
- name: Brokered auth - Android
244250
href: brokered-auth.md
245251
- name: Migration
246252
items:
@@ -286,22 +292,24 @@
286292
- name: Handle SameSite cookie changes in Chrome browser
287293
href: howto-handle-samesite-cookie-changes-chrome-browser.md
288294
- name: Application configuration
295+
displayName: App configuration
289296
items:
290297
- name: Client applications
291298
href: msal-client-applications.md
292299
- name: Application configuration
293300
href: msal-client-application-configuration.md
294-
- name: Initialize applications (.NET)
301+
- name: Initialize applications - .NET
295302
href: msal-net-initializing-client-applications.md
296-
- name: Client assertions (.NET)
303+
- name: Client assertions - .NET
297304
href: msal-net-client-assertions.md
298-
- name: Initialize applications (JS)
305+
- name: Initialize applications - JavaScript
299306
href: msal-js-initializing-client-applications.md
300307
- name: Handle errors and exceptions
301308
href: msal-handling-exceptions.md
302309
- name: Logging
303310
href: msal-logging.md
304311
- name: Single sign-on
312+
displayName: SSO
305313
items:
306314
- name: Single sign-on with MSAL.js
307315
href: msal-js-sso.md
@@ -312,6 +320,7 @@
312320
- name: SSO between ADAL and MSAL apps
313321
href: sso-between-adal-msal-apps-macos-ios.md
314322
- name: Integrate with ADFS
323+
displayName: Active Directory Federation Services
315324
items:
316325
- name: ADFS support in MSAL.NET
317326
href: msal-net-adfs-support.md
@@ -345,28 +354,31 @@
345354
href: msal-js-known-issues-safari-browser.md
346355
- name: Troubleshoot SSL issues (MSAL iOS/macOS)
347356
href: ssl-issues.md
348-
- name: Authentication protocol
357+
- name: Authentication protocols
349358
displayName: Auth protocol
350359
items:
351360
- name: Application types and OAuth 2.0
352361
displayName: App types, OAuth
353362
href: v2-app-types.md
354363
- name: OAuth 2.0 and OpenID Connect protocols
355-
href: active-directory-v2-protocols.md
356364
items:
365+
- name: OAuth 2.0 and OpenID Connect
366+
href: active-directory-v2-protocols.md
357367
- name: OpenID Connect
358368
href: v2-protocols-oidc.md
359369
- name: OAuth 2.0 implicit grant flow
360370
href: v2-oauth2-implicit-grant-flow.md
361371
- name: OAuth 2.0 auth code grant
362372
href: v2-oauth2-auth-code-flow.md
363373
- name: OAuth 2.0 on-behalf-of flow
374+
displayName: OBO
364375
href: v2-oauth2-on-behalf-of-flow.md
365376
- name: OAuth 2.0 client credentials grant
366377
href: v2-oauth2-client-creds-grant-flow.md
367378
- name: OAuth 2.0 device code flow
368379
href: v2-oauth2-device-code.md
369380
- name: OAuth 2.0 resource owner password credentials grant
381+
displayName: ROPC
370382
href: v2-oauth-ropc.md
371383
- name: OAuth 2.0 SAML bearer assertion flow
372384
href: v2-saml-bearer-assertion.md
@@ -444,28 +456,30 @@
444456
- name: Configure token lifetimes
445457
href: active-directory-configurable-token-lifetimes.md
446458
- name: Application configuration
459+
displayName: App configuration
447460
items:
448-
- name: New Azure portal app registration training guide
461+
- name: Azure portal app registration training guide
449462
href: app-registrations-training-guide-for-app-registrations-legacy-users.md
450-
- name: New Azure portal app registration experience
463+
- name: Azure portal app registration experience
451464
href: app-registration-portal-training-guide.md
452465
- name: Convert a single-tenant app to a multi-tenant app
453466
href: howto-convert-app-to-be-multi-tenant.md
454-
- name: Create service principal
467+
- name: Create a service principal
455468
items:
456469
- name: Using Azure PowerShell
457470
href: howto-authenticate-service-principal-powershell.md
458-
- name: Using Azure portal
471+
- name: Using the Azure portal
459472
href: howto-create-service-principal-portal.md
460473
- name: Restrict your app to a set of users
461474
href: howto-restrict-your-app-to-a-set-of-users.md
462475
- name: Add app roles in your application
463476
href: howto-add-app-roles-in-azure-ad-apps.md
464-
- name: Branding guidelines
477+
- name: Follow the branding guidelines
478+
displayName: Add branding
465479
href: howto-add-branding-in-azure-ad-apps.md
466480
- name: Configure publisher domain
467481
href: howto-configure-publisher-domain.md
468-
- name: Terms of Service and Privacy Statement
482+
- name: Configure Terms of Service and Privacy Statement
469483
href: howto-add-terms-of-service-privacy-statement.md
470484
- name: Work with Microsoft Authentication Library
471485
displayName: MSAL
@@ -555,10 +569,10 @@
555569
href: developer-glossary.md
556570
- name: Videos
557571
href: identity-videos.md
558-
- name: Azure AD blog
559-
href: https://cloudblogs.microsoft.com/enterprisemobility/?product=azure-active-directory
560572
- name: Microsoft identity platform developer blog
561573
href: https://developer.microsoft.com/en-us/identity/blogs/
574+
- name: Azure AD blog
575+
href: https://cloudblogs.microsoft.com/enterprisemobility/?product=azure-active-directory
562576
- name: Azure roadmap
563577
href: https://azure.microsoft.com/roadmap/?category=security-identity
564578
- name: Try Sign in with Microsoft

0 commit comments

Comments
 (0)