Skip to content

Commit 44fadf8

Browse files
authored
Merge pull request #170684 from diberry/diberry/0827-swa-configuration
SWA - auth config links
2 parents 6412f06 + bc40542 commit 44fadf8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/static-web-apps/configuration.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: static-web-apps
55
author: craigshoemaker
66
ms.service: static-web-apps
77
ms.topic: conceptual
8-
ms.date: 06/17/2021
8+
ms.date: 08/27/2021
99
ms.author: cshoe
1010
---
1111

@@ -267,6 +267,11 @@ Define each IPv4 address block in Classless Inter-Domain Routing (CIDR) notation
267267

268268
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.
269269

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.
274+
270275
## Example configuration file
271276

272277
```json

0 commit comments

Comments
 (0)