Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

FlexDeploy supports creation of Oracle EPM cloud instances and the following properties will be configured for each Instance. These properties are available to all operations.Before using EPM plugin operations, navigate to Topology → Integrations → Cloud, then create an account with provider OracleEPM for each one of your SaaS environments. This account will store the URL and credentials to make HTTPS requests to your SaaS environment. The account will be reusable by all Oracle EPM Plugin operations. All fields shown are required.

...

For non-basic authentication methods you can reference OIC OAuth Support for additional guidance as process will be almost identical except cloud account will be type OracleEPM.

Property Name

Property Code

Required

Description

Oracle EPM Auth Type

FDEPMACCT_AUTHTYPE

Yes

Authentication method for connecting to Oracle EPM. Additional properties may be required depending on basic authentication or OAuth.

Oracle EPM URL

FDEPMACCT_INSTANCE_URL

Yes

URL of the Oracle EPM environment. Typically, the URL of your Oracle Cloud service e.g. https://<SERVICE_NAME>-<TENANT_NAME>.<SERVICE_TYPE>.<dcX>.oraclecloud.com

Oracle EPM Username

FDEPMACCT_USERNAME

Yes

Oracle EPM Password

FDEPMACCT_PASSWORD

Yes

The password for your Oracle environment. Required for basic authentication and OAuthResourceOwner.

Oracle EPM Identity Base URI

FDEPMACCT_IDENTITY_BASE_URI

No

Oracle EPM Client Id

FDEPMACCT_CLIENT_ID

No

EPM Client Id when using. Required for OAuth.

Oracle EPM Client Secret

FDEPMACCT_CLIENT_SECRET

No

EPM Client Secret Key. Required for OAuth.

Oracle EPM Scope

FDEPMACCT_SCOPE

No

EPM Client Scope. Required for OAuth.

Oracle EPM Keystore Path

FDEPMACCT_KEYSTORE_PATH

No

Java keystore path containing the private key to use for JWT User Assertion.

Oracle EPM Keystore Password

FDEPMACCT_KEYSTORE_PASS

No

Java keystore password for the FSM Keystore Path property.

Oracle EPM Private Key Alias

FDEPMACCT_CERT_ALIAS

No

Private Key alias.

Oracle EPM Private Key Passphrase

FDEPMACCT_CERT_PASS

No

Passphrase for the EPM Private Key Alias property. Leave blank if the private key passphrase matches the keystore password.

Oracle EPM Certificate Algorithm

FDEPMACCT_CERT_ALGORITHM

No

Algorithm used for the certificate. Defaults to RS256.