We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a74c28 commit e8aef56Copy full SHA for e8aef56
modules/authelia/README.md
@@ -3,6 +3,13 @@ SSO and OIDC provider
3
- [Github](https://github.com/authelia/authelia)
4
- [Website](https://www.authelia.com/)
5
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
+
13
## Example
14
15
```nix
0 commit comments