Re: Oracle ebs 12.1.3 custom login
Posted by ErmanArslansOracleBlog on May 30, 2016; 5:35am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Oracle-ebs-12-1-3-custom-login-tp1025p1026.html
Hi,
It is important to know that, customizing the login is an unsupported move.
What I can give you as the details can be from a working example.
That is,
you need to write java in the application side. From that java you need to call a custom plsql code to make the authentication through a third party authenticator (such as Active Directory) . You can make your java to be called when you submit the login credentials by the help of an OAF personalization or so.