Configuring Oracle SaaS Cloud Account
Most Oracle SaaS FSM plugin operations require the FDFSM_CLOUD_ACCOUNT_CODE
target property. The cloud account can be managed directly through the target property drop-down (available since version FlexDeploy 9.0.0.4) or on the Integrations > Cloud page. Below is a description of the Oracle SaaS cloud account properties. To validate your configurations, use the Test Connection option.
Prior to FlexDeploy 9.0.0.4, OAuthJWTAssertion
required using a Java KeyStore for the Private Key and Certificate. When upgrading from FlexDeploy 9.0.0.3 or earlier, the Oracle SaaS cloud account will automatically migrate to use Private Key and Certificate credentials from the configured KeyStore, eliminating the need to maintain the KeyStore on the file system. As a result, the KeyStore Path, KeyStore Password, Private Key Alias, Private Key Password, and Certificate Algorithm properties are now replaced with the Private Key and Certificate properties.
Property Name | Property Code | Required | Description |
---|---|---|---|
Oracle SaaS URL |
| Yes | URL of the Oracle SaaS environment. e.g. |
Auth Type |
| Yes | Authentication method for connecting to Oracle SaaS environment. Additional properties may be required depending on selection. Options: |
Username |
| Yes | The username for your Oracle environment. User will require Application Implementation Consultant or Application Implementation Administrator role or other roles needed to perform export and import setup activities. |
Password |
| Conditional | The password. Required for |
Oracle Identity Cloud Service URL |
| Conditional | The Oracle Identity Cloud Service URL (IDCS). e.g. Required for |
Client Id |
| Conditional | Client Id of OAuth application in Oracle Identity service. See more details below. Required for |
Client Secret |
| Conditional | Client Secret of OAuth application in Oracle Identity service. See more details below. Required for |
Client Scope |
| Conditional | Client Scope. See more details below. e.g. Required for |
Private Key |
| Conditional | Private Key to use for JWT Assertion. See more details below. Required for See Private Key type Credential for information on how to generate Private Key with Certificate and upload to FlexDeploy credential. |
Certificate |
| Conditional | Certificate to use for JWT Assertion. See more details below. Required for See Certificate type Credential for information on how to generate Private Key with Certificate and upload to FlexDeploy credential. Certificate also needs to be uploaded to Oracle Cloud. |
OAuth Configurations for Oracle Cloud
Related content
- style