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/static-web-apps/configuration.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: static-web-apps
5
5
author: craigshoemaker
6
6
ms.service: static-web-apps
7
7
ms.topic: conceptual
8
-
ms.date: 06/17/2021
8
+
ms.date: 08/27/2021
9
9
ms.author: cshoe
10
10
---
11
11
@@ -267,6 +267,11 @@ Define each IPv4 address block in Classless Inter-Domain Routing (CIDR) notation
267
267
268
268
When one or more IP address blocks are specified, requests originating from IP addresses that do not match a value in `allowedIpRanges` are denied access.
269
269
270
+
## Authentication
271
+
272
+
*[Default authentication providers](authentication-authorization.md#login), don't require settings in the configuration file.
273
+
*[Custom authentication providers](authentication-custom.md) use the `authentication` property of the settings file.
0 commit comments