How to integrate Oracle EBS ( version 12.1.3) to allow login using keycloak as SSO?

Oracle EBS allows SAML for integration as per the documentation and keycloak is also using SAML.

Hi Rahul,

Integration with other external authentication machanisms are generally possible using PAM authentication feature of PostgreSQL.

Please refer to : https://www.postgresql.org/docs/current/auth-pam.html

In nutshell, the keycloak-PAM-PostgreSQL is the way to proceed.