-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathext_conf_template.txt
23 lines (16 loc) · 1.13 KB
/
ext_conf_template.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# cat=basic/configure/1; type=string; label=OCE Domain: The domain of the Oracle Content instance, e.g.: example-instance.cec.ocp.oraclecloud.com
oceDomain =
# cat=basic/configure/2; type=string; label=Repository ID: A 32-character hexademical string identifying the repository. E.g.: 012345678ABCDEF012345678ABCDEF
repositoryId =
# cat=basic/configure/3; type=string; label=Channel ID: The identifier of the channel to pick assets from.
channelId =
# cat=basic/configure/4; type=string; label=OAuth Client ID: From the OC application.
clientId =
# cat=basic/configure/5; type=string; label=OAuth Client Secret: From the OCM client application.
clientSecret =
# cat=basic/configure/6; type=string; label=Token Endpoint Domain: A domain ending in "identity.oraclecloud.com" for use when authenticating.
tokenDomain =
# cat=advanced/configure/1; type=string; label=JavaScript URL: Override the default URL of the selector UI JavaScript.
jsUiUrl =
# cat=advanced/configure/2; type=string; label=OAuth Authentication Scope Domain: Usually resolved automatically as it is the hostname that the OCE domain's CNAME record is pointing to.
scopeDomain =