From 839ba424025cf282eadcf293e076839eb1276529 Mon Sep 17 00:00:00 2001 From: Michael Goberling Date: Tue, 30 Jan 2024 12:19:30 -0500 Subject: [PATCH] fix: require-adobe-auth works for app.config.yaml too --- src/pages/guides/security/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/guides/security/index.md b/src/pages/guides/security/index.md index e1e871322..31ce17c23 100644 --- a/src/pages/guides/security/index.md +++ b/src/pages/guides/security/index.md @@ -77,7 +77,7 @@ Whether the application is headless or an SPA, this extra-security layer will ch ![Validator Architecture](../../images/security-validator-architecture.png) -The authentication and authorization validation is enabled by default for every Runtime action bootstrapped from the [CLI](https://github.com/adobe/aio-cli) with `aio app init` or `aio app add action`. This results in a specific `require-adobe-auth` action annotation set to true in the application `manifest.yml` file: +The authentication and authorization validation is enabled by default for every Runtime action bootstrapped from the [CLI](https://github.com/adobe/aio-cli) with `aio app init` or `aio app add action`. This results in a specific `require-adobe-auth` action annotation set to true in the application `manifest.yml` or `app.config.yaml` file: ``` packages: