-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathworkspace.oauth.properties
More file actions
28 lines (26 loc) · 1.91 KB
/
workspace.oauth.properties
File metadata and controls
28 lines (26 loc) · 1.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#
# Copyright 2017 Adobe. All rights reserved.
# This file is licensed to you under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. You may obtain a copy
# of the License at http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software distributed under
# the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
# OF ANY KIND, either express or implied. See the License for the specific language
# governing permissions and limitations under the License.
#
# aio_project_id = your Adobe Developer Console project id (project.id)
aio_project_id=aio_project_id_changeMe
# aio_consumer_org_id = your Adobe Developer Console consumer orgnaization id (project.org.id)
aio_consumer_org_id=aio_consumer_org_id_changeMe
# aio_ims_org_id = your Adobe Developer Console IMS Organization ID (project.org.ims_org_id)
aio_ims_org_id=aio_ims_org_id_changeMe
# aio_workspace_id = your Adobe Developer Console workspace Id (project.workspace.id)
aio_workspace_id=aio_workspace_id_changeMe
# aio_client_secret = your Adobe Developer Console jwt credential client secret (project.workspace.details.credentials[i].oauth_server_to_server.client_secrets[0])
aio_client_secret=aio_client_secret_changeMe
# aio_api_key = your Adobe Developer Console credential API Key (or Client ID) (project.workspace.details.credentials[i].oauth_server_to_server.client_id)
aio_api_key=aio_api_key_changeMe
# aio_oauth_scopes : comma separated list of oauth associated with your API, see your Adobe Developer Console oauth scopes (project.workspace.details.credentials[i].oauth_server_to_server.scopes)
# sample aio_oauth_scopes: aio_oauth_scopes= AdobeID,openid,read_organizations,additional_info.projectedProductContext,additional_info.roles,adobeio_api,read_client_secret,manage_client_secrets
aio_oauth_scopes=aio_oauth_scopes_changeMe