Hello,
I am developing a Sharepoint Portal and I need to open a SAP screen by SAP ITS. So far I have been including user/password in the URL in this way:
http:/server:8000/sap/bc/gui/sap/its/webgui?sap-client=020&sap-user=<USER>&sap-password=<PASSWORD>&~transaction=<TRANSACTION AND PARAMETERS>
To avoid including user/password I have thought two options:
1) To log on SAP ITS using the user logged in Windows. I don't know if it's possible to do it.
2) To implement a SSO mechanism.
Please, I would like to listen comments about what's the easiest/better option.
Thanks,