Experts ,
We are on NW 7.4 and are implementing Fiori framework page with Fiori Tiles for HCM . At the same time we are also trying to re-use our old WD JAVA based configuration on classic framework page to read MENUAREA from backend for ESS MSS . Old configuration uses JCO connections to connect to backend while new config for Fiori uses system aliases . Please note - HTTP security session management is enabled in backend and in portal for system aliases . Everything works fine with classic except below problem :
Problem -
Logout works perfectly fine when I am logging out from fiori framework page but when I logout from classic which uses WDJAVA iView and JCO to connect to backend I get challenged for my company SSO credentials again when it is processing redirect from com.sap.portal.navigation.masthead.LogOutComponent to some external logoffurl configured ( google.com) . It looks like with the way we connect to systems in old config requires com.sap.portal.navigation.masthead.LogOutComponent to log back in to SAP and may be by that time our company's SSO is logged out so it asks for it again . Is it a timing issue between sap logoff and company's SSO logoff but this does not occur when i do it from fiori which uses system aliases to connect to backend although same "com.sap.portal.navigation.masthead.LogOutComponent" is called .
All the notes regarding JCO settings , HTTP security session management has been checked . Any inputs in solving this issue would be very helpful .
Regards
Sudarshan