Posted by
ErmanArslansOracleBlog on
Jul 22, 2015; 11:41am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/How-can-I-make-Oracle-ERP-login-credentials-same-as-company-login-credentials-tp389p390.html
Hi Monica,
FOR GMAIL AUTH---
There is no documented solution for this. Also I have never seen this in action, but I suggest you to check the following Oracle Support Document:
Integrating Oracle E-Business Suite Release 12 with Oracle Internet Directory and Oracle Single Sign-On 10gR3 (10.1.4.3) (Doc ID 376811.1)
In this document, read the paragraph related with third party ldap servers.
(like : Integration with Third-Party Access Management Systems and LDAP Directories)
Also , check OPENLDAP. You may use it in conjunction with Oracle's SSO server by writing a plugin for dealing with the Google authentication using GOOGLE APIs.
But this is an adventures work :)
It may better to follow such a method that is like the following
Configure SSO and OID and integrate them to EBS R12.
Write a plugin for gmail authentication in OID , and make OID use that plugin for the authentication.
Also check this link;
https://developers.google.com/gmail/api/auth/about-authThat is you may directly modify the EBS code and make it use the Google authentication APIs. But this is not recommended ,as your system will be unsupported if you do this kind of things..
---
FOR COMPANY INTERNAL PORTAL AUTHENTICATION
----------------------------------
If you have enabled single sign on for Gmail , helpdesk and Jira, then it means you already have a Single Signon Solution in your company
With the same logic as above, you can integrate Oracle ERP - SSO - OID -- Company Internal Portal(Company SSO Solution) for EBS authentication. You can end up with writing plugins in this method too..
Again check the document: Integrating Oracle E-Business Suite Release 12 with Oracle Internet Directory and Oracle Single Sign-On 10gR3 (10.1.4.3) (Doc ID 376811.1)
In this method, you also ll have to syncronize the accounts between OID and Your company Internal Portal.
--------------------------------
So these are my thoughts,but a deep investigation will be better..
I hope these ideas will help you on this.