Skip to content

Commit 0651ca1

Browse files
committed
mv exception handling into platform groupings
1 parent 573f7d3 commit 0651ca1

File tree

1 file changed

+13
-5
lines changed
  • articles/active-directory/develop

1 file changed

+13
-5
lines changed

articles/active-directory/develop/TOC.yml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,8 @@
267267
href: msal-net-migration-ios-broker.md
268268
- name: Web browser considerations
269269
href: msal-net-web-browsers.md
270+
- name: Handle errors and exceptions
271+
href: msal-handling-exceptions.md?tabs=dotnet
270272
- name: Logging
271273
href: msal-logging.md?tabs=dotnet
272274
- name: Android
@@ -283,7 +285,7 @@
283285
href: migrate-android-adal-msal.md
284286
- name: Shared device mode
285287
href: msal-android-shared-devices.md
286-
displayName: firstline worker, frontline worker
288+
displayName: firstline worker, frontline worker, flw
287289
- name: Single and multi account public client apps
288290
href: single-multi-account.md
289291
- name: Logging
@@ -296,13 +298,15 @@
296298
href: migrate-objc-adal-msal.md
297299
- name: Shared device mode for iOS devices
298300
href: msal-ios-shared-devices.md
299-
displayName: firstline worker, frontline worker
301+
displayName: firstline worker, frontline worker, flw
300302
- name: SSO between MSAL apps
301303
href: single-sign-on-macos-ios.md
302304
- name: SSO between ADAL and MSAL apps
303305
href: sso-between-adal-msal-apps-macos-ios.md
304306
- name: Troubleshoot SSL issues (MSAL iOS/macOS)
305307
href: ssl-issues.md
308+
- name: Handle errors and exceptions
309+
href: msal-handling-exceptions.md?tabs=iosmacos
306310
- name: Logging - Objective-C
307311
href: msal-logging.md?tabs=objc
308312
- name: Logging - Swift
@@ -313,6 +317,8 @@
313317
href: migrate-adal-msal-java.md
314318
- name: ADFS support in MSAL for Java
315319
href: msal-java-adfs-support.md
320+
- name: Handle errors and exceptions
321+
href: msal-handling-exceptions.md?tabs=java
316322
- name: Logging
317323
href: msal-logging.md?tabs=java
318324
- name: JavaScript & Node.js
@@ -331,6 +337,8 @@
331337
href: msal-js-known-issues-ie-edge-browsers.md
332338
- name: Known issues - Safari
333339
href: msal-js-known-issues-safari-browser.md
340+
- name: Handle errors and exceptions
341+
href: msal-handling-exceptions.md?tabs=javascript
334342
- name: Logging
335343
href: msal-logging.md?tabs=javascript
336344
- name: Python
@@ -339,6 +347,8 @@
339347
href: migrate-python-adal-msal.md
340348
- name: ADFS support in MSAL for Python
341349
href: msal-python-adfs-support.md
350+
- name: Handle errors and exceptions
351+
href: msal-handling-exceptions.md?tabs=python
342352
- name: Logging
343353
href: msal-logging.md?tabs=python
344354
# - name: Migration
@@ -357,11 +367,9 @@
357367
href: msal-client-application-configuration.md
358368
- name: Shared devices
359369
href: msal-shared-devices.md
360-
displayName: shared device mode, firstline worker, frontline worker
370+
displayName: shared device mode, firstline worker, frontline worker, flw
361371
# - name: Scopes for v1.0 apps # TODO: Move to v1 or delete this article
362372
# href: msal-v1-app-scopes.md
363-
- name: Handle errors and exceptions
364-
href: msal-handling-exceptions.md
365373
- name: Handle SameSite cookie changes in Chrome browser
366374
href: howto-handle-samesite-cookie-changes-chrome-browser.md
367375
- name: Authentication protocols

0 commit comments

Comments
 (0)