File tree Expand file tree Collapse file tree 1 file changed +9
-25
lines changed Expand file tree Collapse file tree 1 file changed +9
-25
lines changed Original file line number Diff line number Diff line change 1
1
[default]
2
-
3
- # Go to https://console.adobe.io -> Select your integration and copy the client credential from "Overview"
4
- # API Key (Client ID)
5
- apiKey =API_KEY
6
-
7
- # Technical account ID
8
- technicalAccountId [email protected]
9
-
10
- # Organization ID
11
- orgId =IMS_ORG_ID
12
-
13
- # Client secret
14
- secret =SECRET
15
-
16
- # From "JWT" section of the integration
17
- # scopes e.g. ent_analytics_bulk_ingest_sdk from "https://ims-na1.adobelogin.com/s/ent_analytics_bulk_ingest_sdk"
2
+ apikey =your_api_key
3
+ secret =your_client_secret
4
+ orgid =your_org_id
5
+ technicalaccountid =your_technical_account_id
6
+ key_path =path/to/private.key
18
7
metascopes =ent_analytics_bulk_ingest_sdk
19
-
20
- # Path to secret.key file for the certificate uploaded in console.adobe.io integration
21
- key_path =secret.key
22
-
23
- # URL Endpoints
24
- imsHost =ims-na1.adobelogin.com
25
- imsExchange =https://ims-na1.adobelogin.com/ims/exchange/jwt
26
- discoveryUrl =https://analytics.adobe.io/discovery/me
27
- analyticsApiUrl =https://analytics.adobe.io/api
8
+ imshost =ims-na1.adobelogin.com
9
+ imsexchange =https://ims-na1.adobelogin.com/ims/exchange/jwt/
10
+ discoveryurl =https://analytics.adobe.io/discovery/me
11
+ analyticsapiurl =https://analytics.adobe.io/api
You can’t perform that action at this time.
0 commit comments