Skip to content

Commit b1a18cb

Browse files
committed
SWA - auth config links
1 parent 29adfdb commit b1a18cb

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

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

271271
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.
272272

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.
277+
273278
## Example configuration file
274279

275280
```json

0 commit comments

Comments
 (0)