Re: Oracle ebs 12.1.3 custom login
Posted by
desaihirena@gmail.com on
May 30, 2016; 10:59am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Oracle-ebs-12-1-3-custom-login-tp1025p1027.html
Thanks, Arslan. Yes I understand it's unsupported move. Please let me know what needs to be done.
Thanks,
Hiren.
On Mon, May 30, 2016 at 02:13 ErmanArslansOracleBlog [via Erman Arslan's Oracle Forum] <
[hidden email]> wrote:
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.