Skip to content

Commit

Permalink
fix: require-adobe-auth works for app.config.yaml too
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGoberling committed Jan 30, 2024
1 parent db0506f commit 839ba42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/guides/security/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 839ba42

Please sign in to comment.