Showing posts with label 404. Show all posts
Showing posts with label 404. Show all posts

Configure Logout URL for OIM

For OIM-OAM integration, how can the logout URL be configured in OIM or else on the click on log out in identity console throws 404 page not found error
 
Solution:
change the logout.url property in $OIM_DOMAIN_HOME/config/fmwconfig/jps-config.xml file.
from:
value="/oamsso/logout.html"
to:
value="https://:<OAM_PORT>/oam/server/logout?end_url=https://<identity host>:<SSL port>/identity"
 
for example:
<property name="logout.url" value="https://am.dev.idambuzz.com/oam/server/logout?end_url=https://im.dev.idambuzz.com:443/identity"/>
 

Basic Perfomance Tuning For stuck threads and response times

Documentation for performance tuning: https://docs.oracle.com/en/middleware/fusion-middleware/12.2.1.4/asper/redundant-cross-references-remo...