Hi All
I'm integrating Oracle E-Business Suite (EBS) with Oracle APEX by following the white paper Extending Oracle E-Business Suite Release 12.2 Using Oracle APEX
In the authentication setup section (page 35), it mentions setting the Login URL under the Interface attribute to something like:
https://<ebs_hostname>:<port>/OA_HTML/AppsLogin
I’ve applied this configuration. When I run the APEX application, it correctly redirects to the EBS login page. However, after successful login, it redirects to the EBS home page instead of the APEX HOME page.
I’ve tried to troubleshoot this but haven’t been able to figure it out. Can anyone help me understand what might be going wrong or what additional steps are needed to ensure the user is redirected back to the APEX app after login?