Skip to content

Commit

Permalink
known issue 3
Browse files Browse the repository at this point in the history
  • Loading branch information
purplecabbage committed Mar 13, 2024
1 parent dd06c7a commit da1ad8c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/pages/guides/security/index.md
Expand Up @@ -139,6 +139,19 @@ The validator action enabled by `require-adobe-auth: true` annotation requires t

In these cases, the "I/O Management API" service must be added to the appropriate App Builder workspace. This will add the required scope to the JWT access token used by the headless application.

#### Known Issue 3: Overwriting params.body

If you're action expects to receive data in params.body it will behave differently with the validator.
The validator action currently always passes the value:
```
"body": {
"message": "validation success"
}
```
An issue is [filed here](https://git.corp.adobe.com/CNA/aio-action-validators/issues/22).

**Work Around:** You will need to use a different variable until this is resolved.

## Securing App Builder Applications

### I/O Runtime Specific guidelines
Expand Down

0 comments on commit da1ad8c

Please sign in to comment.