-
Notifications
You must be signed in to change notification settings - Fork 21.8k
Expand file tree
/
Copy pathTOC.yml
More file actions
846 lines (846 loc) · 34.3 KB
/
TOC.yml
File metadata and controls
846 lines (846 loc) · 34.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
- name: Azure AD B2C Documentation
href: index.yml
# Node overview
- name: Overview
items:
- name: About Azure AD B2C
expanded: true
href: overview.md
- name: Technical overview
href: technical-overview.md
displayName: Azure AD B2C architecture, SLA, Azure AD B2C high availability, Azure AD B2C SLA, HA
- name: What's new in docs?
href: whats-new-docs.md
# Node Quickstarts
- name: Quickstarts
expanded: true
items:
- name: Set up sign-in for an ASP.NET app
href: quickstart-web-app-dotnet.md
- name: Set up sign-in for a desktop app
href: quickstart-native-app-desktop.md
- name: Set up sign-in for a single-page app
href: quickstart-single-page-app.md
# Node Tutorials
- name: Tutorials
items:
- name: 1 - Create an Azure AD B2C tenant
href: tutorial-create-tenant.md
- name: 2 - Register a web application
href: tutorial-register-applications.md
- name: 3 - Create user flows and custom policies
href: tutorial-create-user-flows.md?pivots=b2c-user-flow
# Break creation of custom policy from user flow
# Make a search throughout the doc set to identify articles linking to custom policies and update it accordingly.
# - name: 4 - Create custom policies
# Create this file (tutorial-create-custom-policies.md), and content into it. You also need to update the index.yml's card, Customize, to reflect the new file name
# What keywords users are searching in TOC: https://review.docs.microsoft.com/en-us/help/contribute/kusto/samples/discoverability-toc-filter?branch=main
# href:tutorial-create-user-flows.md
- name: 4 - Manage your tenant
items:
- name: Add administrator (work account)
href: tenant-management-manage-administrator.md
- name: Manage emergency access
href: tenant-management-emergency-access-account.md
displayName: break glass account, emergence account
- name: Check tenant creation permission
href: tenant-management-check-tenant-creation-permission.md
- name: Find tenant name and ID
href: tenant-management-read-tenant-name.md
displayName: tenant name, tenant ID, tenant details
- name: Manage directory quota
href: tenant-management-directory-quota.md
displayName: Monitor directory size quota
- name: 5 - Clean up and delete tenant
href: tutorial-delete-tenant.md
# Node Samples
- name: Samples
items:
- name: Integrate Azure AD B2C with your applications
href: integrate-with-app-code-samples.md
- name: Use API connectors to modify your user flows
href: api-connector-samples.md
# Node Concepts
- name: Concepts
items:
- name: Compare solutions for External Identities
href: /entra/external-id/external-identities-overview?bc=/azure/active-directory-b2c/bread/toc.json&toc=/azure/active-directory-b2c/TOC.json
- name: Supported Microsoft Entra ID features
href: supported-azure-ad-features.md
- name: Learn authentication basics
items:
- name: Authentication and authorization
href: /entra/identity-platform/authentication-vs-authorization?bc=/azure/active-directory-b2c/bread/toc.json&toc=/azure/active-directory-b2c/TOC.json
- name: Tokens
href: /entra/identity-platform/security-tokens?bc=/azure/active-directory-b2c/bread/toc.json&toc=/azure/active-directory-b2c/TOC.json
- name: Application authentication request
href: /entra/identity-platform/v2-app-types?bc=/azure/active-directory-b2c/bread/toc.json&toc=/azure/active-directory-b2c/TOC.json
- name: Authentication library
href: /entra/identity-platform/msal-overview?bc=/azure/active-directory-b2c/bread/toc.json&toc=/azure/active-directory-b2c/TOC.json
displayName: MSAL, client library, Microsoft Authentication Library
- name: Azure AD B2C global identity framework
items:
- name: Global identity solutions
href: b2c-global-identity-solutions.md
- name: Funnel-based design
href: b2c-global-identity-funnel-based-design.md
- name: Region-based design
href: b2c-global-identity-region-based-design.md
- name: Funnel-based proof of concept
href: b2c-global-identity-proof-of-concept-funnel.md
- name: Region-based proof of concept
href: b2c-global-identity-proof-of-concept-regional.md
- name: Azure AD B2C best practices
href: best-practices.md
displayName: cache, caching, plan, planning
- name: Application types
href: application-types.md
- name: Authentication protocols
items:
- name: OAuth2 protocol
href: protocols-overview.md
- name: OpenID Connect protocol
href: openid-connect.md
- name: Authorization Code grant flow
href: authorization-code-flow.md
displayName: pkce, Proof Key for Code Exchange
- name: Implicit flow
href: implicit-flow-single-page-application.md
- name: Tokens
href: tokens-overview.md
- name: Request access token
href: access-tokens.md
- name: User experience
expanded: true
items:
- name: Sign-in options
href: sign-in-options.md
- name: User flows and custom policies
href: user-flow-overview.md
- name: Custom policy overview
href: custom-policy-overview.md
displayName: extend, extensibility
- name: API Connectors
href: api-connectors-overview.md
displayName: REST API, web API, API connectors, Dynamic data retrieval, external data sources, external identity data source, outbound webhooks, third-party integration
- name: User accounts
href: user-overview.md
- name: User profile attributes
href: user-profile-attributes.md
- name: Roles and resource access control
href: roles-resource-access-control.md
- name: Identity Protection and Conditional Access
href: conditional-access-identity-protection-overview.md
- name: Policy keys
href: policy-keys-overview.md
# Node How-to guide
- name: How-to guides
items:
- name: Authenticate and authorize
items:
- name: Register and configure apps
items:
- name: Register apps
href: register-apps.md
- name: Register a single-page application (SPA)
href: tutorial-register-spa.md
- name: Register a web application
href: tutorial-register-applications.md
- name: Register native client (for mobile and desktop)
href: add-native-application.md
- name: Register a web API application
href: add-web-api-application.md
- name: Register daemon apps (client credentials)
href: client-credentials-grant-flow.md
- name: Register a Microsoft Graph application
href: microsoft-graph-get-started.md
- name: Register a SAML application
href: saml-service-provider.md?tabs=windows&pivots=b2c-custom-policy
- name: Publish app in Microsoft Entra app gallery
href: publish-app-to-azure-ad-app-gallery.md
- name: Create a user flow or custom policy
items:
- name: Sign-up or sign-in policy
href: add-sign-up-and-sign-in-policy.md
- name: Sign-in policy
href: add-sign-in-policy.md
- name: Password reset policies
items:
- name: Self-service password reset
href: add-password-reset-policy.md
- name: Self-service password change
href: add-password-change-policy.md
- name: Force password reset
href: force-password-reset.md
- name: Profile editing policy
href: add-profile-editing-policy.md
- name: Client credentials policy
href: client-credentials-grant-flow.md
- name: Resource owner password credentials policy
href: add-ropc-policy.md
displayName: ROPC
- name: Phone sign-up and sign-in
href: phone-authentication-user-flows.md
- name: Integrate apps
items:
- name: Single-page app (SPA)
items:
- name: SPA authentication documentation
href: index-spa.yml
- name: JavaScript
items:
- name: Configure a sample SPA app
href: configure-authentication-sample-spa-app.md
- name: Enable authentication in an SPA app
href: enable-authentication-spa-app.md
- name: Authentication options
href: enable-authentication-spa-app-options.md
- name: React
items:
- name: Configure a sample React app
href: configure-authentication-sample-react-spa-app.md
- name: Enable authentication in your React app
href: enable-authentication-react-spa-app.md
- name: Authentication options
href: enable-authentication-react-spa-app-options.md
- name: Angular
items:
- name: Configure a sample Angular app
href: configure-authentication-sample-angular-spa-app.md
- name: Enable authentication in your Angular app
href: enable-authentication-angular-spa-app.md
- name: Authentication options
href: enable-authentication-angular-spa-app-options.md
- name: Web app
items:
- name: Web app authentication documentation
href: index-web-app.yml
- name: ASP.NET Core
items:
- name: Configure a sample web app
href: configure-authentication-sample-web-app.md
- name: Enable authentication in your web app
href: enable-authentication-web-application.md
- name: Authentication options
href: enable-authentication-web-application-options.md
- name: Node.js
items:
- name: Configure a sample Node.js web app
href: configure-a-sample-node-web-app.md
- name: Enable authentication in Node.js web app
href: enable-authentication-in-node-web-app.md
- name: Authentication options
href: enable-authentication-in-node-web-app-options.md
- name: Python
items:
- name: Configure a sample Python web app
href: configure-authentication-sample-python-web-app.md
- name: Enable authentication in a Python web app
href: enable-authentication-python-web-app.md
- name: Authentication options
href: enable-authentication-python-web-app-options.md
- name: Azure web apps
items:
- name: Configure an Azure Web App
href: configure-authentication-in-azure-web-app.md
- name: File based configuration
href: configure-authentication-in-azure-web-app-file-based.md
- name: Static web apps
items:
- name: Configure an Azure Static Web App
href: configure-authentication-in-azure-static-app.md
- name: Authentication options
href: enable-authentication-azure-static-app-options.md
- name: Web API
items:
- name: Web API authentication documentation
href: index-web-api.yml
- name: ASP.NET Core web app that calls a web API
items:
- name: Configure a sample web app that calls a web API
href: configure-authentication-sample-web-app-with-api.md
- name: Enable authentication in a web app
href: enable-authentication-web-app-with-api.md
- name: Authentication options
href: enable-authentication-web-app-with-api-options.md
- name: Node.js web app that calls a web API
items:
- name: Configure a sample Node.js web API
href: configure-authentication-in-sample-node-web-app-with-api.md
- name: Enable authentication in Node.js web API
href: enable-authentication-in-node-web-app-with-api.md
- name: Authentication options
href: enable-authentication-in-node-web-app-with-api-options.md
- name: Secure access to Web API (ASP.NET Core and Node.js)
href: enable-authentication-web-api.md
displayName: REST API
- name: Secure API Management API
href: secure-api-management.md
displayName: api, api management, migrate, b2clogin.com
- name: Mobile app
items:
- name: Mobile app authentication documentation
href: index-mobile.yml
- name: Android (Java and Kotlin)
items:
- name: Configure a sample Android app
href: configure-authentication-sample-android-app.md
- name: Enable authentication in an Android app
href: enable-authentication-android-app.md
- name: Authentication options
href: enable-authentication-android-app-options.md
- name: iOS (Swift)
items:
- name: Configure a sample iOS app
href: configure-authentication-sample-ios-app.md
- name: Enable authentication in your iOS app
href: enable-authentication-ios-app.md
- name: Authentication options
href: enable-authentication-ios-app-options.md
- name: WPF desktop app
items:
- name: Desktop app authentication documentation
href: index-desktop.yml
- name: Configure a sample desktop app
href: configure-authentication-sample-wpf-desktop-app.md
- name: Authentication options
href: enable-authentication-wpf-desktop-app-options.md
- name: Daemon or service (client credentials flow)
href: client-credentials-grant-flow.md
- name: Microsoft Power Apps
href: /power-pages/security/authentication/azure-ad-b2c-provider
- name: SAML application
items:
- name: Configure a SAML application
href: saml-service-provider.md
displayName: SP, service provider
- name: Configure SAML application options
href: saml-service-provider-options.md
displayName: SP, service provider
- name: Configure identity providers
items:
- name: Local account identity provider
href: identity-provider-local.md
displayName: Username, Email, Phone authorization, Phone sign-in
- name: Add an identity provider
href: add-identity-provider.md
- name: AD FS (OpenID Connect)
href: identity-provider-adfs.md
displayName: AD-FS, ADFS
- name: AD FS (SAML)
href: identity-provider-adfs-saml.md
displayName: AD-FS, ADFS
- name: Amazon
href: identity-provider-amazon.md
- name: Apple
href: identity-provider-apple-id.md
- name: Microsoft Entra ID (single tenant)
href: identity-provider-azure-ad-single-tenant.md
- name: Microsoft Entra ID (multitenant)
href: identity-provider-azure-ad-multi-tenant.md
- name: Azure AD B2C
href: identity-provider-azure-ad-b2c.md
- name: eBay
href: identity-provider-ebay.md
- name: Facebook
href: identity-provider-facebook.md
- name: Generic OpenId Connect
href: identity-provider-generic-openid-connect.md
- name: Generic SAML identity provider
items:
- name: Configure a SAML identity provider
href: identity-provider-generic-saml.md
- name: Configure SAML identity provider options
href: identity-provider-generic-saml-options.md
- name: GitHub
href: identity-provider-github.md
- name: Google
href: identity-provider-google.md
- name: ID.me
href: identity-provider-id-me.md
- name: itsme
href: partner-itsme.md
- name: LinkedIn
href: identity-provider-linkedin.md
- name: Microsoft Account
href: identity-provider-microsoft-account.md
- name: Mobile ID
href: identity-provider-mobile-id.md
- name: PingOne (Ping Identity)
href: identity-provider-ping-one.md
displayName: Ping identity
- name: QQ
href: identity-provider-qq.md
- name: Salesforce
href: identity-provider-salesforce.md
- name: Salesforce (SAML)
href: identity-provider-salesforce-saml.md
- name: SwissID
href: identity-provider-swissid.md
displayName: Swiss ID
- name: WeChat
href: identity-provider-wechat.md
- name: Weibo
href: identity-provider-weibo.md
- name: X
href: identity-provider-twitter.md
- name: Pass through identity provider token
href: idp-pass-through-user-flow.md
- name: Manage tokens and session
items:
- name: Configure session behavior
href: session-behavior.md
displayName: SSO, KMSI, Keep me signed in
- name: Configure tokens
href: configure-tokens.md
- name: Set up direct sign-in
href: direct-signin.md
# Manage users
- name: Manage users
items:
- name: Manage users via Azure portal
href: manage-users-portal.md
displayName: create users, add users, delete users, revoke sessions
- name: Migrate users
href: user-migration.md
displayName: bulk import
- name: Partner integration
items:
- name: N8identity
href: partner-n8identity.md
- name: Grit IAM B2B2C
href: partner-grit-iam.md
- name: Saviynt
href: partner-saviynt.md
- name: WhoIAM Rampart
href: partner-whoiam-rampart.md
# Customize
- name: Customize
items:
- name: Define custom attributes
href: user-flow-custom-attributes.md
- name: Customize the UI/UX
items:
- name: Configure user input
href: configure-user-input.md
- name: Customize the UI
displayName: company branding
href: customize-ui.md
- name: Customize the UI with HTML template
displayName: content definitions
href: customize-ui-with-html.md
- name: Enable JavaScript and page layouts
href: javascript-and-page-layout.md
- name: Embedded sign-in with iframe
displayName: iframe
href: embedded-login.md
- name: Password complexity
href: password-complexity.md
- name: Disable email verification
href: disable-email-verification.md
- name: Customize language
href: language-customization.md
displayName: localization
- name: Use API connectors
items:
- name: Modify sign-up experiences
href: add-api-connector.md
displayName: rest claims validation, validate, third-party integration, outbound webhook, third-party integration
- name: Enrich tokens with external claims
href: add-api-connector-token-enrichment.md
displayName: rest claims exchange, API connectors, Dynamic data retrieval, external data sources, external identity data source, outbound webhooks, third-party integration
- name: Secure an API connector
href: secure-rest-api.md
displayName: API connectors, Dynamic data retrieval, external data sources, external identity data source, outbound webhooks, third-party integration
- name: Use custom domains
items:
- name: b2clogin.com overview
href: b2clogin.md
- name: Configure a custom domain
href: custom-domain.md
- name: Configure web API domains
href: multiple-token-endpoints.md
displayName: migrate, b2clogin, owin
- name: Customize email verification
items:
- name: Mailjet
href: custom-email-mailjet.md
displayName: Custom email, Custom verification email, Verification email
- name: SendGrid
href: custom-email-sendgrid.md
displayName: Custom email, Custom verification email, Verification email
displayName: verification
- name: UserInfo endpoint
href: userinfo-endpoint.md
- name: Integrate with our technology partners
items:
- name: Azure AD B2C partner gallery
href: partner-gallery.md
displayName: marketplace, integration, extensibility, extend, customization, customisation
- name: Custom policies guide series
items:
- name: 1 - Overview
href: custom-policies-series-overview.md
- name: 2 - Create Hello World custom policies
href: custom-policies-series-hello-world.md
- name: 3 - Collect user input using custom policy
href: custom-policies-series-collect-user-input.md
- name: 4 - Validate user input custom policy
href: custom-policies-series-validate-user-input.md
- name: 5 - Create branching in user journeys
href: custom-policies-series-branch-user-journey.md
- name: 6 - Validate custom policy files
href: custom-policies-series-install-xml-extensions.md
- name: 7 - Make HTTP call from custom policy
href: custom-policies-series-call-rest-api.md
displayName: call rest api, http call, http request
- name: 8 - Create and read user record custom policy
href: custom-policies-series-store-user.md
displayName: CRUD, store user, create user account, read user, update user
- name: 9 - Sign up and sign in (local account)
href: custom-policies-series-sign-up-or-sign-in.md
- name: 10 - Sign up and sign in (social account)
href: custom-policies-series-sign-up-or-sign-in-federation.md
# Secure
- name: Secure
items:
- name: Security overview
href: security-architecture.md
displayName: azure ad b2c security best practices
- name: Enable MFA
items:
- name: Multifactor authentication
href: multi-factor-authentication.md
displayName: TOTP, multi-factor, multifactor, time-based-one-time password, time-based one-time password, authenticator app, Microsoft authenticator app, mfa, 2fa
- name: Secure phone-based MFA
href: phone-based-mfa.md
displayName: multi-factor authentication, Azure Monitor, Log Analytics, reports, reporting, dashboard
- name: Partner integration
items:
- name: Asignio
href: partner-asignio.md
- name: BlokSec
href: partner-bloksec.md
- name: Haventec
href: partner-haventec.md
- name: HYPR
href: partner-hypr.md
- name: IDEMIA
href: partner-idemia.md
- name: itsme
href: partner-itsme.md
- name: Keyless
href: partner-keyless.md
- name: Nevis
href: partner-nevis.md
- name: Nok Nok
href: partner-nok-nok.md
- name: Transmit Security for passwordless
href: partner-bindid.md
- name: Trusona
href: partner-trusona.md
- name: Twilio
href: partner-twilio.md
- name: TypingDNA
href: partner-typingdna.md
- name: WhoIAM
href: partner-whoiam.md
- name: xID
href: partner-xid.md
- name: Enable CAPTCHA
href: add-captcha.md
displayName: Completely Automated Public Turing Tests to Tell Computer and Human Apart, HIP, Human Interactive Proofs
- name: Web Application Firewall partners
items:
- name: Akamai
href: partner-akamai.md
- name: Azure WAF
href: partner-web-application-firewall.md
- name: Cloudflare
href: partner-cloudflare.md
- name: Fraud protection partners
items:
- name: Arkose Labs
href: partner-arkose-labs.md
displayName: fraud protection, fraud, Azure AD b2c, protection, B2Cprotection
- name: BioCatch
href: partner-biocatch.md
displayName: fraud protection, fraud, Azure AD b2c, protection, B2Cprotection, user behavior
- name: Microsoft Dynamics 365 Fraud Protection
href: partner-dynamics-365-fraud-protection.md
displayName: m365 dynamics, dynamics fraud protection, fraud, 365 protection
- name: Transmit Security
href: partner-transmit-security.md
- name: Investigate risk with Identity Protection
href: identity-protection-investigate-risk.md
- name: Configure Conditional Access
href: conditional-access-user-flow.md
- name: Mitigate credential attacks
displayName: smart lockout, account lockout, password attack
href: threat-management.md
- name: Secure access to legacy and on-premises apps
items:
- name: Akamai
href: partner-akamai-secure-hybrid-access.md
- name: Datawiza
href: partner-datawiza.md
- name: F5
href: partner-f5.md
- name: Grit
href: partner-grit-app-proxy.md
- name: Ping Identity
href: partner-ping-identity.md
- name: Strata
href: partner-strata.md
displayName: AAD b2c access, legacy app, onpremises apps
- name: Zscaler
href: partner-zscaler.md
displayName: zscaler b2c, vpn, sdp b2c
- name: Identity verification and proofing
items:
- name: Identity verification and proofing partners
href: identity-verification-proofing.md
displayName: id verify, id verification, azure ad b2c proofing, id proofing
- name: Deduce
href: partner-deduce.md
- name: eID-Me
href: partner-eid-me.md
- name: Experian
href: partner-experian.md
- name: IDology
href: partner-idology.md
- name: Jumio
href: partner-jumio.md
- name: LexisNexis
href: partner-lexisnexis.md
- name: Onfido
href: partner-onfido.md
- name: Identity verification tools
items:
- name: Grit IEF editor
href: partner-grit-editor.md
- name: Grit biometric authentication
href: partner-grit-authentication.md
# Automate
- name: Automate
items:
- name: Manage operation with Microsoft Graph API
href: microsoft-graph-operations.md
displayName: account, accounts, msgraph, ms graph, graph
- name: Deploy with Azure Pipelines
href: deploy-custom-policies-devops.md
- name: Deploy with GitHub Actions
href: deploy-custom-policies-github-action.md
displayName: azure devops, ci/cd, cicd, custom policy, policies
- name: Manage policies with PowerShell
href: manage-custom-policies-powershell.md
displayName: scripting, scripts, psh, custom policy
- name: Monitor and troubleshoot
items:
- name: Monitoring and threat management
items:
- name: Azure Monitor
href: azure-monitor.md
- name: Microsoft Sentinel
href: configure-security-analytics-sentinel.md
displayName: log, logs, logging, events, Azure Monitor, Microsoft Sentinel, SIEM, threat hunting, Security, Security Orchestration
- name: Troubleshooting
items:
- name: Collect logs using Application Insights
href: troubleshoot-with-application-insights.md
displayName: troubleshooting, app insights
- name: Troubleshooting and error handling
href: troubleshoot.md
- name: Logs
items:
- name: Audit logs
href: view-audit-logs.md
displayName: log, logs, logging, usage, events, reports, reporting, dashboard
- name: Usage analytics
href: analytics-with-application-insights.md
displayName: application insights, app insights, reports, reporting
# Compliance
- name: Compliance
items:
- name: User access
href: manage-user-access.md
displayName: GDPR
- name: User data
href: manage-user-data.md
displayName: GDPR
- name: Configure age gating
href: age-gating.md
# Node Reference
- name: Reference
items:
- name: Custom policy schema
items:
- name: TrustFrameworkPolicy
href: trustframeworkpolicy.md
- name: BuildingBlocks
href: buildingblocks.md
items:
- name: ClaimsSchema
href: claimsschema.md
- name: ClaimsTransformations
href: claimstransformations.md
items:
- name: Boolean
href: boolean-transformations.md
- name: Date
href: date-transformations.md
- name: General
href: general-transformations.md
- name: Integer
href: integer-transformations.md
- name: JSON
href: json-transformations.md
- name: Phone number
href: phone-number-claims-transformations.md
- name: External accounts
href: social-transformations.md
- name: StringCollection
href: stringcollection-transformations.md
- name: String
href: string-transformations.md
- name: Predicates
href: predicates.md
- name: ContentDefinitions
href: contentdefinitions.md
- name: Localization
href: localization.md
items:
- name: Localization string IDs
href: localization-string-ids.md
- name: DisplayControls
href: display-controls.md
items:
- name: Verification
href: display-control-verification.md
- name: Time-based one-time password (TOTP)
href: display-control-time-based-one-time-password.md
- name: CAPTCHA verification
href: display-control-captcha.md
- name: ClaimsProviders
href: claimsproviders.md
items:
- name: Technical Profiles
href: technicalprofiles.md
items:
- name: About validation technical profiles
href: validation-technical-profile.md
- name: Microsoft Entra ID
href: active-directory-technical-profile.md
- name: Microsoft Entra multifactor authentication
href: multi-factor-auth-technical-profile.md
displayName: mfa
- name: Microsoft Entra SSPR
href: aad-sspr-technical-profile.md
- name: Claims transformation
href: claims-transformation-technical-profile.md
- name: Conditional access
href: conditional-access-technical-profile.md
- name: ID token hint
href: id-token-hint.md
- name: JWT token issuer
href: jwt-issuer-technical-profile.md
- name: OAuth1 identity provider
href: oauth1-technical-profile.md
- name: OAuth2 identity provider
href: oauth2-technical-profile.md
- name: OAuth2 custom error
href: oauth2-error-technical-profile.md
- name: One-time password
href: one-time-password-technical-profile.md
displayName: otp
- name: OpenID Connect identity provider
href: openid-connect-technical-profile.md
- name: Phone factor
href: phone-factor-technical-profile.md
- name: REST
href: restful-technical-profile.md
- name: SAML identity provider
href: saml-identity-provider-technical-profile.md
- name: SAML token issuer
href: saml-issuer-technical-profile.md
- name: Self-asserted
href: self-asserted-technical-profile.md
- name: SSO session
href: custom-policy-reference-sso.md
displayName: single sign-on
- name: CAPTCHA
href: captcha-technical-profile.md
displayName: CAPTCHA challenge, Completely Automated Public Turing Tests to Tell Computer and Human Apart
- name: UserJourneys
href: userjourneys.md
- name: SubJourneys
href: subjourneys.md
- name: RelyingParty
href: relyingparty.md
- name: Claim resolvers
href: claim-resolver-overview.md
- name: Release notes
href: custom-policy-developer-notes.md
- name: Service limits and restrictions
href: service-limits.md
- name: TLS and cipher suite requirements
href: https-cipher-tls-requirements.md
- name: App registrations
href: app-registrations-training-guide.md
- name: Billing model
href: billing.md
displayName: pricing model
- name: Code samples
href: /samples/browse/?terms=b2c
- name: Cookie definitions
href: cookie-definitions.md
displayName: cookies, SameSite
- name: Error codes
href: error-codes.md
- name: Extensions app
href: extensions-app.md
- name: Page layout versions
href: page-layout.md
displayName: Page version
- name: Region availability & data residency
href: data-residency.md
displayName: SLA, Azure AD B2C high availability, Azure AD B2C SLA, high availability, HA
- name: Build for resilience
items:
- name: Azure AD B2C introduction to resilience
href: /entra/architecture/resilience-b2c?bc=/azure/active-directory-b2c/bread/toc.json&toc=/azure/active-directory-b2c/TOC.json
- name: End-user experience
href: /entra/architecture/resilient-end-user-experience?bc=/azure/active-directory-b2c/bread/toc.json&toc=/azure/active-directory-b2c/TOC.json
- name: Interfaces with external processes
href: /entra/architecture/resilient-external-processes?bc=/azure/active-directory-b2c/bread/toc.json&toc=/azure/active-directory-b2c/TOC.json
- name: Azure AD B2C developer best practices
href: /entra/architecture/resilience-b2c-developer-best-practices?bc=/azure/active-directory-b2c/bread/toc.json&toc=/azure/active-directory-b2c/TOC.json
- name: Monitoring and analytics
href: /entra/architecture/resilience-with-monitoring-alerting?bc=/azure/active-directory-b2c/bread/toc.json&toc=/azure/active-directory-b2c/TOC.json
displayName: security
- name: User flow versions
href: user-flow-versions.md
- name: Legacy user flow versions
href: user-flow-versions-legacy.md
- name: Resources
items:
- name: Frequently asked questions
href: ./faq.yml
displayName: FAQ
- name: Getting help
href: /entra/identity-platform/developer-support-help-options
- name: Pricing
href: https://azure.microsoft.com/pricing/details/active-directory/external-identities/
- name: Pricing calculator
href: https://azure.microsoft.com/pricing/calculator/
- name: Service updates
href: https://azure.microsoft.com/updates/?product=active-directory-b2c
- name: Solutions and training
href: solution-articles.md
- name: Stack Overflow
href: https://stackoverflow.com/questions/tagged/azure-ad-b2c+identity-experience-framework
- name: Support
href: find-help-open-support-ticket.md
displayName: technical
- name: Videos
href: ./external-identities-videos.md