Hello Everyone:
We have requirement to implement SSO for one of our customer, I was able to implement SSO with Kerberos mechanism for regular SAP users with the help of very good documents in this blog. I had couple more requirements as part of same project to implement SSO on Kiosk(Shared systems) with below requirement. Can you please advise on how to implement this?
For first step , As there will be no secure login client available on Kiosk machines Shared users will be forced to login with password login but how can the same authentication be used for portal login with out login prompt second time and vice versa.
Is SAP LOGON Ticket implementation between ECC and Portal works for below requirement? I am wondering if this works for requirement 1 ?
Requirement 1 :
User is logged into a kiosk (shared) machine using the Generic ID (domain system user id). User clicks on SAP log on pad on the Kiosk (shared) machine and is prompted to log in using his network ID. User types in his network user ID (i.e.test1) and log into SAP ECC system.User types a URL in the browser (IE 9/10) to access SAP ortal should be able to login without login prompt again.
Requirement 2:
User is logged into a kiosk (shared) machine using the Generic ID (domain system user id).User types a URL in the browser (IE 9/10) to access SAP Portal and is prompted to log in using his network ID. User types in his network user ID (i.e.test1) and log into SAP Portal. User clicks on SAP log on pad on the Kiosk (shared) machine with out login prompt again
Thanks in advance!!!