Security Configuration
Configuring security for Oracle Forms Services is done through Oracle Fusion Middleware Control.
To configure Oracle Forms options for Oracle Fusion Middleware Security Framework, see the Administration part of this guide.
To configure Oracle Identity Management options for Oracle Forms, see Using Forms Services with Oracle Access Manager. Oracle Forms Services can be configured to create resources dynamically in Oracle Platform Security Services or Oracle Internet Directory.
To enable, configure, and manage Forms Trace and to view Forms Trace output, see Tracing and Diagnostics.
Online Help is also provided for the Oracle Fusion Middleware Control screens.
Securing RADs Stored in Oracle Internet Directory
To increase the security of RADs and prevent them from being viewable by the Oracle Internet Directory (OID) administrator, perform the following steps:
To undo these changes, issue the same command (subject to the notes as above), but using the following contents in the .ldif
file:
---aci-revert.ldif--- dn: cn=Extended Properties,%s_OracleContextDN% changetype: modify delete: orclaci orclaci: access to attr=(orclUserIDAttribute,orclPasswordAttribute) DenyGroupOverride by guidattr=(orclOwnerGUID)(read,search,compare,write) by dnattr=(orclresourceviewers) (read,search, compare, write) by groupattr=(orclresourceviewers) (read,search, write) by * (none) - add: orclaci orclaci: access to attr=(orclUserIDAttribute,orclPasswordAttribute) by guidattr=(orclOwnerGUID)(read,search,compare,write) by dnattr=(orclresourceviewers) (read,search, compare, write) by groupattr=(orclresourceviewers) (read,search, write) by * (none) ---aci-revert.ldif---