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"
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"/>
No comments:
Post a Comment