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
@@ -270,6 +270,11 @@ Define each IPv4 address block in Classless Inter-Domain Routing (CIDR) notation
270
270
271
271
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.
272
272
273
+
## Authentication
274
+
275
+
* For [default authentication providers](authentication-authorization.md#login), you don't need to provide any settings in the configuration file.
276
+
* For custom authentication providers, [learn how to configure](authentication-custom.md) the `authentication` property of the settings file.
0 commit comments