Skip to content

Commit 3bf3be3

Browse files
Tyler WhitneyTyler Whitney
authored andcommitted
move msal into conceptual (MVC reasons)
1 parent f713ce1 commit 3bf3be3

File tree

1 file changed

+88
-92
lines changed
  • articles/active-directory/develop

1 file changed

+88
-92
lines changed

articles/active-directory/develop/TOC.yml

Lines changed: 88 additions & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,94 @@
8989
href: authentication-scenarios.md
9090
- name: Authentication flows and app scenarios
9191
href: authentication-flows-app-scenarios.md
92+
- name: Microsoft Authentication Library (MSAL)
93+
items:
94+
- name: Overview
95+
href: msal-overview.md
96+
- name: Accounts & tenant profiles (Android)
97+
href: accounts-overview.md
98+
- name: Authorization agents (Android)
99+
href: authorization-agents.md
100+
- name: Brokered auth (Android)
101+
href: brokered-auth.md
102+
- name: Migration
103+
items:
104+
- name: Migrate to MSAL.NET
105+
href: msal-net-migration.md
106+
- name: Migrate to MSAL.js
107+
href: msal-compare-msal-js-and-adal-js.md
108+
- name: Migrate to MSAL.Android
109+
href: migrate-android-adal-msal.md
110+
- name: Migrate to MSAL.iOS and MacOS
111+
href: migrate-objc-adal-msal.md
112+
- name: Migrate Xamarin apps using brokers from ADAL.NET to MSAL.NET
113+
href: msal-net-migration-ios-broker.md
114+
- name: Supported authentication flows
115+
href: msal-authentication-flows.md
116+
- name: Single and multi account public client apps (Android)
117+
href: single-multi-account.md
118+
- name: Acquire and cache tokens
119+
items:
120+
- name: Acquire and cache tokens
121+
href: msal-acquire-cache-tokens.md
122+
- name: Scopes for v1.0 apps
123+
href: msal-v1-app-scopes.md
124+
- name: Client applications
125+
items:
126+
- name: Client applications
127+
href: msal-client-applications.md
128+
- name: Application configuration (.NET)
129+
href: msal-client-application-configuration.md
130+
- name: Initialize applications (.NET)
131+
href: msal-net-initializing-client-applications.md
132+
- name: Client assertions (.NET)
133+
href: msal-net-client-assertions.md
134+
- name: Initialize applications (JS)
135+
href: msal-js-initializing-client-applications.md
136+
- name: Handle errors and exceptions
137+
href: msal-handling-exceptions.md
138+
- name: Logging
139+
href: msal-logging.md
140+
- name: Single sign-on
141+
items:
142+
- name: Single sign-on with MSAL.js
143+
href: msal-js-sso.md
144+
- name: Single sign-on with MSAL for iOS and macOS
145+
items:
146+
- name: SSO between MSAL apps
147+
href: single-sign-on-macos-ios.md
148+
- name: SSO between ADAL and MSAL apps
149+
href: sso-between-adal-msal-apps-macos-ios.md
150+
- name: Integrate with ADFS
151+
items:
152+
- name: ADFS support in MSAL.NET
153+
href: msal-net-adfs-support.md
154+
- name: Integrate with Azure AD B2C
155+
items:
156+
- name: Android
157+
href: msal-android-b2c.md
158+
- name: JavaScript
159+
href: msal-b2c-overview.md
160+
- name: .NET
161+
href: msal-net-aad-b2c-considerations.md
162+
- name: iOS and macOS
163+
href: config-authority.md#b2c
164+
- name: Considerations and known issues
165+
items:
166+
- name: MSAL.NET
167+
items:
168+
- name: Web browsers
169+
href: msal-net-web-browsers.md
170+
- name: MSAL.js
171+
items:
172+
- name: Considerations using IE
173+
href: msal-js-use-ie-browser.md
174+
- name: Known issues- IE and Microsoft Edge
175+
href: msal-js-known-issues-ie-edge-browsers.md
176+
- name: Known issues- Safari
177+
href: msal-js-known-issues-safari-browser.md
178+
- name: MSAL for iOS and macOS SSL issues
179+
href: ssl-issues.md
92180
- name: Identity platform best practices
93181
href: identity-platform-integration-checklist.md
94182
- name: Application scenarios
@@ -368,98 +456,6 @@
368456
href: vs-active-directory-webapi-what-happened.md
369457
- name: Error during authentication detection
370458
href: vs-active-directory-error.md
371-
- name: Microsoft Authentication Library (MSAL)
372-
items:
373-
- name: Overview
374-
href: msal-overview.md
375-
- name: Accounts & tenant profiles (Android)
376-
href: accounts-overview.md
377-
- name: Authorization agents (Android)
378-
href: authorization-agents.md
379-
- name: Brokered auth (Android)
380-
items:
381-
- name: Brokered auth (Android)
382-
href: brokered-auth.md
383-
- name: Migration
384-
items:
385-
- name: Migrate to MSAL.NET
386-
href: msal-net-migration.md
387-
- name: Migrate to MSAL.js
388-
href: msal-compare-msal-js-and-adal-js.md
389-
- name: Migrate to MSAL.Android
390-
href: migrate-android-adal-msal.md
391-
- name: Migrate to MSAL.iOS and MacOS
392-
href: migrate-objc-adal-msal.md
393-
- name: Migrate Xamarin apps using brokers from ADAL.NET to MSAL.NET
394-
href: msal-net-migration-ios-broker.md
395-
- name: Supported authentication flows
396-
href: msal-authentication-flows.md
397-
- name: Single and multi account public client apps (Android)
398-
href: single-multi-account.md
399-
- name: Acquire and cache tokens
400-
items:
401-
- name: Acquire and cache tokens
402-
href: msal-acquire-cache-tokens.md
403-
- name: Scopes for v1.0 apps
404-
href: msal-v1-app-scopes.md
405-
- name: Client applications
406-
items:
407-
- name: Client applications
408-
href: msal-client-applications.md
409-
- name: Application configuration (.NET)
410-
href: msal-client-application-configuration.md
411-
- name: Initialize applications (.NET)
412-
href: msal-net-initializing-client-applications.md
413-
- name: Client assertions (.NET)
414-
href: msal-net-client-assertions.md
415-
- name: Initialize applications (JS)
416-
href: msal-js-initializing-client-applications.md
417-
- name: Handle errors and exceptions
418-
href: msal-handling-exceptions.md
419-
- name: Logging
420-
href: msal-logging.md
421-
- name: Single sign-on
422-
items:
423-
- name: Single sign-on with MSAL.js
424-
href: msal-js-sso.md
425-
- name: Single sign-on with MSAL for iOS and macOS
426-
items:
427-
- name: SSO between MSAL apps
428-
href: single-sign-on-macos-ios.md
429-
- name: SSO between ADAL and MSAL apps
430-
href: sso-between-adal-msal-apps-macos-ios.md
431-
- name: Integrate with ADFS
432-
items:
433-
- name: ADFS support in MSAL.NET
434-
href: msal-net-adfs-support.md
435-
- name: Integrate with Azure AD B2C
436-
items:
437-
- name: Android
438-
href: msal-android-b2c.md
439-
- name: JavaScript
440-
href: msal-b2c-overview.md
441-
- name: .NET
442-
href: msal-net-aad-b2c-considerations.md
443-
- name: iOS and macOS
444-
href: config-authority.md#b2c
445-
- name: Considerations and known issues
446-
items:
447-
- name: MSAL.NET
448-
items:
449-
- name: Web browsers
450-
href: msal-net-web-browsers.md
451-
- name: MSAL.js
452-
items:
453-
- name: Considerations using IE
454-
href: msal-js-use-ie-browser.md
455-
- name: Known issues- IE and Microsoft Edge
456-
href: msal-js-known-issues-ie-edge-browsers.md
457-
- name: Known issues- Safari
458-
href: msal-js-known-issues-safari-browser.md
459-
- name: MSAL for iOS and macOS
460-
items:
461-
- name: SSL issues
462-
href: ssl-issues.md
463459
- name: References
464460
items:
465461
- name: Authentication libraries

0 commit comments

Comments
 (0)