Issue:
As we all know, APEX page can be integrated into EBS as a function. After integrating Apex pages in EBS 12.2 when you access apex page from EBS, you will see the below error.
“An invalid redirect has been blocked”
Cause:
APEX URL profile entry is not part of allowed_redirects.conf file.
Solution:
- Make sure Apex is up and running.
- Make sure FND_APEX_URL profile value set to correct Apex URL.
- Backup $FND_TOP/secure/allowed_redirects.conf
- Add the below line under “Server level profiles (site or server level)” sction in $FND_TOP/secure/allowed_redirects.conf
- profile FND_APEX_URL # APEX URL
- Synchronize conf from Run to Patch FS.
- Restart Apache and oacore services.
Recommended Posts