Hi all,
my requirment is to implement SSO with non sap sytem like peoplesoft.
i have got some file SAPSSOEXT_2-20001138.SAR which contains sapssoext.dll file with a sample folder.
When i searched for info on this i found the following information.
*****************************************************************
Basically, the steps involved are:
The following needs to be done on the external non-SAP system:
1. Install SAP Security Library:
a) Create new folder for SAP Security Library. eg. C\Portal\security
b) Copy the following files to the newly created folder. These security files are available on sapserv<x> under general/misc/security/SAPSECU/<platform>
i. Sapsecin.exe
ii. Sapsecu.dll
c) Add the new folder to the Path environment variable
2. Install the Web Filter.
a) Create new folder for web filter. Eg. C:\Portal\filter
b) Copy the following files to the web filter folder
i. iis_sso.dll
ii. The portal certificate file verify.pse. This file is located in <irj>\root\WEB-INF\plugins\portal\services\usermanagement\data
iii. Create verify.properties file
c) Create new ISAPI filter (see figure below). Use the following parameters:
i. Filtername: wp
ii. Executable: C:\Portal\filter\iis_sso.dll
3. Create asp file that gets the user id. An example of this is in Appendix B (getuserid.asp)
4. Restart IIS by running iisreset from the command line.
5. Restart Machine.
*****************************************************************
My Question is where do i find Sapsecin.exe and Sapsecu.dll files.
I have Web filter with me.
Can any one please help me in detail regarding this .....
Thank you