Skip to content

Commit 3254150

Browse files
authored
Merge pull request #693 from kritikash18/cli_doc
docs: update format for OAuth S2S
2 parents 7751624 + cde2f70 commit 3254150

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ After you've created the integration, create a `config.json` file on your comput
8080
//config.json
8181
{
8282
"client_id": "value from your CLI integration (String)",
83-
"client_secret": "value from your CLI integration (String)",
83+
"client_secrets": ["client secret value from your CLI integration (String)"],
8484
"technical_account_id": "value from your CLI integration (String)",
8585
"technical_account_email": "value from your CLI integration (String)",
8686
"ims_org_id": "value from your CLI integration (String)",
@@ -89,7 +89,10 @@ After you've created the integration, create a `config.json` file on your comput
8989
'AdobeID',
9090
'read_organizations',
9191
'additional_info.projectedProductContext',
92-
'read_pc.dma_aem_ams'
92+
'read_pc.dma_aem_ams',
93+
.
94+
.
95+
'any other scope from your CLI integration (String)'
9396
],
9497
"oauth_enabled": true
9598
}
@@ -101,7 +104,7 @@ Configure the credentials:
101104
aio config:set ims.contexts.aio-cli-plugin-cloudmanager PATH_TO_CONFIG_JSON_FILE --file --json
102105
```
103106

104-
#### Setup for JWT integration
107+
#### Setup for JWT integration (Deprecated)
105108

106109
After you've created the integration, create a `config.json` file on your computer and navigate to the integration Overview page. From this page, copy the values into the file as described below.
107110
```

0 commit comments

Comments
 (0)