Integrating Oracle Forms with IAM Cloud Service
Oracle Forms supports using Oracle Identity and Access Management (IAM) Cloud Service to provide identity management, single sign-on (SSO), and identity governance for Forms applications.
To take advantage of IAM functionality, Oracle Forms applications must be launched using Java Web Start or Forms Standalone Launcher. Launching applications using the embedded applet configuration in Microsoft Internet Explorer or Edge (with IE-mode) is not supported.
To configure Oracle Forms with IAM, you'll need to perform these tasks:
- Create an application on the IAM server
- Create an App Gateway
- Set up the App Gateway Client using docker
- Enable SSO in an Oracle Forms application
These instructions assume that the IAM App Gateway will be configured on a Linux operating system.
Refer to the IAM documentation for additional details.
Before You Begin
Before you begin, make sure you have the necessary privileges and certificates.
You'll need:
- Administration privileges in the IAM Service environment
- Privileges to download and configure the IAM App Gateway on the middle tier or the desired alternative server where App Gateway will be configured
- Privileges to access and make administrative changes to the middle tier software—in this case, Oracle Forms
- A current SSL/TLS certificate (from a trusted CA) associated with the host that will be running the App Gateway client and/or the Forms middle tier. (Recommended but not required)
Enable IAM Integration in Oracle Forms
Now that the IAM App Gateway has been configured, configure Forms to use it.
Notes and Limitations
Review these notes when using IAM with Oracle Forms:
- The use of Microsoft Internet Explorer or Microsoft Edge with IE-mode are not supported with this configuration.
- The Oracle Cloud tenancy used for this configuration must offer Identity and Access Management (IAM) and not its predecessor Identity Cloud Service (IDCS). If your tenancy requires the creation of an Identity Domain, you are using IAM.
- The use of a self-generated SSL/TLS certificate, as instructed in this document will result in various warnings during application startup. It is therefore recommended that a certificate be obtained from a known and trusted certificate authority.
- The use of the provided Fusion Middleware SSL/TLS Demo/Example certificate is not supported for use with this configuration.
- It may not be possible to use a self-generated SSL/TLS certificate if launching applications using the Forms Standalone Launcher (FSAL). A certificate provided by a known and trusted CA, as described above should be used.
Troubleshooting
If you encounter issues with the implementation, review these issues and causes before contacting Oracle Support.
When Did the Issue Occur? | Issue/Error | Possible Causes | Corrective Actions |
---|---|---|---|
Setup | The PATCH payload is invalid. The "op" or "Operations" attribute can't be null or empty.
|
|
|
Runtime | HTTP-502 (Bad Gateway)
|
|
|
Runtime | HTTP-504 (Gateway Time-out)
|
Origin server (Forms middle tier) not accessible. |
|
Runtime |
|
|
|
Runtime | "FRM-93261: JNLP file launched from unexpected IP address" |
|
|
Runtime | Java error indicating that extensions.jnlp cannot be downloaded when trying to run with Java Web Start.
|
App Gateway client not running on same host with middle tier. |
|