Hi,
To be able to avoid multiple logins every time when we are clicking on something in Solution Manager we need to configure single sign on.Will the below steps suffice for the SSO integration between ABAP backend system and front end (Single sign on for HTTP in Solution Manager)
1).generate certificate (SAPlogonticketkeypair.cert) in VA of Solman
2).Setup parameters "icm/host_name_full ","login/accept_sso2"_ticket (parameter value "1") and "login/create_sso2_ticket" (value 2)
3) Import the above cert into backend (Strustsso2), add to certificate list and ACL.
4).export certifcate from backend and import to frontend.
5).Add backend to security provider list for components "ticket" and "evaluate_assertion_ticket"
Thanks