Skip to content

Commit e8aef56

Browse files
committed
docs: autheliadocs
1 parent 7a74c28 commit e8aef56

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

modules/authelia/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ SSO and OIDC provider
33
- [Github](https://github.com/authelia/authelia)
44
- [Website](https://www.authelia.com/)
55

6+
> [!NOTE]
7+
> If you have access_control rules configured, (e.g. when using forwardAuth), it is recommended to change the `default_policy` to `deny`:
8+
>
9+
> ```nix
10+
> nps.stacks.authelia.settings.access_control.default_policy = "deny";
11+
> ```
12+
613
## Example
714
815
```nix

0 commit comments

Comments
 (0)