|
89 | 89 | href: authentication-scenarios.md
|
90 | 90 | - name: Authentication flows and app scenarios
|
91 | 91 | 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 |
180 | 92 | - name: Identity platform best practices
|
181 | 93 | href: identity-platform-integration-checklist.md
|
182 | 94 | - name: Application scenarios
|
|
307 | 219 | href: scenario-mobile-call-api.md
|
308 | 220 | - name: Move to production
|
309 | 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 |
310 | 310 | - name: Authentication protocol
|
311 | 311 | items:
|
312 | 312 | - name: Application types and OAuth2.0
|
|
0 commit comments