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.