1.4 Application Server Security
This topic describes about application server security.
Refer to the Oracle Web Logic Security specification document to make the environment more safe and secured.
- Standard LDAP Directory (For example, OUD/AD/Embedded Weblogic)
- SSO with OAM (Oracle Access Manager – Part of the Oracle Identity Management Suite)
- SAML assertions with a Service Provider protecting the resource and an Identity Provider.
- OAuth (CLIENT CREDENTIALS) with OAM
- OAuth (CLIENT CREDENTIALS) without OAM
If the customer do not have OAM, they can use OAUTH without OAM or it is expected that the customer has an enterprise API Management Layer that protects Oracle Banking Virtual Account Management API layer with the same controls (that is OAuth).
Support for SSL (Secure Transformation of Data)
Oracle Banking Virtual Account Management should be configured that all HTTP connections to the application over SSL/TLS. In other words, all HTTP traffic in clear‌ is prohibited and only HTTPS traffic is allowed. It is highly recommended to enable this option in the production environment, especially when the WebLogic Server acts as the SSL terminator.
Parent topic: Prerequisites