diff --git a/documentation/xsuaa-to-ams/2-integrate-with-ams.md b/documentation/xsuaa-to-ams/2-integrate-with-ams.md index ea2ace1..b33f535 100644 --- a/documentation/xsuaa-to-ams/2-integrate-with-ams.md +++ b/documentation/xsuaa-to-ams/2-integrate-with-ams.md @@ -34,13 +34,16 @@ The authorization checks that you added to the CAP model apply not only when dep 1. Add the following to your `package.json` file: ```json { - "[development]": { - "auth": { - "Kind": "mocked", - "users": {} - } - } - + "cds": { + "requires": { + "[development]": { + "auth": { + "kind": "mocked", + "users": {} + } + } + } + } } ```