|
219 | 219 | href: scenario-mobile-call-api.md
|
220 | 220 | - name: Move to production
|
221 | 221 | href: scenario-mobile-production.md
|
| 222 | + - name: Microsoft Authentication Library (MSAL) |
| 223 | + items: |
| 224 | + - name: Overview |
| 225 | + href: msal-overview.md |
| 226 | + - name: Accounts & tenant profiles (Android) |
| 227 | + href: accounts-overview.md |
| 228 | + - name: Authorization agents (Android) |
| 229 | + href: authorization-agents.md |
| 230 | + - name: Brokered auth (Android) |
| 231 | + href: brokered-auth.md |
| 232 | + - name: Migration |
| 233 | + items: |
| 234 | + - name: Migrate to MSAL.NET |
| 235 | + href: msal-net-migration.md |
| 236 | + - name: Migrate to MSAL.js |
| 237 | + href: msal-compare-msal-js-and-adal-js.md |
| 238 | + - name: Migrate to MSAL.Android |
| 239 | + href: migrate-android-adal-msal.md |
| 240 | + - name: Migrate to MSAL.iOS and MacOS |
| 241 | + href: migrate-objc-adal-msal.md |
| 242 | + - name: Migrate Xamarin apps using brokers from ADAL.NET to MSAL.NET |
| 243 | + href: msal-net-migration-ios-broker.md |
| 244 | + - name: Supported authentication flows |
| 245 | + href: msal-authentication-flows.md |
| 246 | + - name: Single and multi account public client apps (Android) |
| 247 | + href: single-multi-account.md |
| 248 | + - name: Acquire and cache tokens |
| 249 | + items: |
| 250 | + - name: Acquire and cache tokens |
| 251 | + href: msal-acquire-cache-tokens.md |
| 252 | + - name: Scopes for v1.0 apps |
| 253 | + href: msal-v1-app-scopes.md |
| 254 | + - name: Client applications |
| 255 | + items: |
| 256 | + - name: Client applications |
| 257 | + href: msal-client-applications.md |
| 258 | + - name: Application configuration (.NET) |
| 259 | + href: msal-client-application-configuration.md |
| 260 | + - name: Initialize applications (.NET) |
| 261 | + href: msal-net-initializing-client-applications.md |
| 262 | + - name: Client assertions (.NET) |
| 263 | + href: msal-net-client-assertions.md |
| 264 | + - name: Initialize applications (JS) |
| 265 | + href: msal-js-initializing-client-applications.md |
| 266 | + - name: Handle errors and exceptions |
| 267 | + href: msal-handling-exceptions.md |
| 268 | + - name: Logging |
| 269 | + href: msal-logging.md |
| 270 | + - name: Single sign-on |
| 271 | + items: |
| 272 | + - name: Single sign-on with MSAL.js |
| 273 | + href: msal-js-sso.md |
| 274 | + - name: Single sign-on with MSAL for iOS and macOS |
| 275 | + items: |
| 276 | + - name: SSO between MSAL apps |
| 277 | + href: single-sign-on-macos-ios.md |
| 278 | + - name: SSO between ADAL and MSAL apps |
| 279 | + href: sso-between-adal-msal-apps-macos-ios.md |
| 280 | + - name: Integrate with ADFS |
| 281 | + items: |
| 282 | + - name: ADFS support in MSAL.NET |
| 283 | + href: msal-net-adfs-support.md |
| 284 | + - name: Integrate with Azure AD B2C |
| 285 | + items: |
| 286 | + - name: Android |
| 287 | + href: msal-android-b2c.md |
| 288 | + - name: JavaScript |
| 289 | + href: msal-b2c-overview.md |
| 290 | + - name: .NET |
| 291 | + href: msal-net-aad-b2c-considerations.md |
| 292 | + - name: iOS and macOS |
| 293 | + href: config-authority.md#b2c |
| 294 | + - name: Considerations and known issues |
| 295 | + items: |
| 296 | + - name: MSAL.NET |
| 297 | + items: |
| 298 | + - name: Web browsers |
| 299 | + href: msal-net-web-browsers.md |
| 300 | + - name: MSAL.js |
| 301 | + items: |
| 302 | + - name: Considerations using IE |
| 303 | + href: msal-js-use-ie-browser.md |
| 304 | + - name: Known issues- IE and Microsoft Edge |
| 305 | + href: msal-js-known-issues-ie-edge-browsers.md |
| 306 | + - name: Known issues- Safari |
| 307 | + href: msal-js-known-issues-safari-browser.md |
| 308 | + - name: MSAL for iOS and macOS SSL issues |
| 309 | + href: ssl-issues.md |
222 | 310 | - name: Authentication protocol
|
223 | 311 | items:
|
224 | 312 | - name: Application types and OAuth2.0
|
|
368 | 456 | href: vs-active-directory-webapi-what-happened.md
|
369 | 457 | - name: Error during authentication detection
|
370 | 458 | 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 |
463 | 459 | - name: References
|
464 | 460 | items:
|
465 | 461 | - name: Authentication libraries
|
|
0 commit comments