You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory-b2c/partner-azure-web-application-firewall.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,14 +34,14 @@ To get started, you need:
34
34
***WAF** – manages traffic sent to the authorization server
35
35
*[Azure Web Application Firewall](https://azure.microsoft.com/services/web-application-firewall/#overview)
36
36
37
-
## Azure AD B2C setup
37
+
## Custom domains in Azure AD B2C
38
38
39
39
To use custom domains in Azure AD B2C, use the custom domain features in AFD. See, [Enable custom domains for Azure AD B2C](./custom-domain.md?pivots=b2c-user-flow).
40
40
41
-
> [!IMPORTANT]
42
-
> After you configure the custom domain, see [Test your custom domain](./custom-domain.md?pivots=b2c-custom-policy#test-your-custom-domain).
41
+
> [!IMPORTANT]
42
+
> After you configure the custom domain, see [Test your custom domain](./custom-domain.md?pivots=b2c-custom-policy#test-your-custom-domain).
43
43
44
-
## Onboard with WAF
44
+
## Enable WAF
45
45
46
46
To enable WAF, configure a WAF policy and associate it with the AFD for protection.
47
47
@@ -72,7 +72,7 @@ Create a WAF policy with Azure-managed default rule set (DRS). See, [Web Applica
72
72
21. Select **Review + create**.
73
73
22. Select **Create**.
74
74
75
-
### Change policy mode from detection to prevention
75
+
### Detection and Prevention modes
76
76
77
77
When you create WAF policy, the policy is in Detection mode. We recommend you don't disable Detection mode. In this mode, WAF doesn't block requests. Instead, requests that match the WAF rules are logged in the WAF logs.
78
78
@@ -88,7 +88,7 @@ Review the WAF logs to determine if policy rules cause false positives. Then, ex
88
88
89
89
Learn more: [Define exclusion rules based on Web Application Firewall logs](../web-application-firewall/afds/waf-front-door-exclusion.md#define-exclusion-based-on-web-application-firewall-logs)
90
90
91
-
#### Switch to prevention mode
91
+
#### Switching modes
92
92
93
93
To see WAF operating, select **Switch to prevention mode**, which changes the mode from Detection to Prevention. Requests that match the rules in the DRS are blocked and logged in the WAF logs.
0 commit comments