Hi I would like to activate single sign on between SMP and CRM. I have read in the guide that is possible so the user that log in SMP can use his credential to autenthicate in CRM and other backend without reinsert his credential. I made this step :
1-Configure CRM to accept ticket
icm/server_port_1 PROT=HTTPS,PORT=443$$,PROCTIMEOUT=600,TIMEOUT=600
icm/server_port_0 PROT=HTTP,PORT=80$$,PROCTIMEOUT=600,TIMEOUT=600
login/accept_sso2_ticket 1
login/create_sso2_ticket 2
2-Create certificate in SMP
sapgenpse get_pse -p SMP_DEMO -r cert.req -x 1234pin "CN=my.platform.smp, OU=I123456789-Company, OU=SAP Web AS, O=SAP Trust Community,C=DE"
sapgenpse seclogin -p SMP_DEMO.pse -O supAdmin -x 1234pin
3-Export certificate from SMP
sapgenpse export_own_cert -v -p SMP_DEMO.pse -x 1234pin -o SMP.crt
4-Load the SMP certificate into CRM throught STRUST
5-Download the CRM certificate from STRUST
6-Load the CRM certificate into SMP sapgenpse maintain_pk -v -p SMP_DEMO.pse -x 1234pin -a CRM.crt
I don't have encountered any problem doing these instruction.
So I go to create the trusted connection from SMP to CRM in a domain of SMP. I want to create the connection without insert user and password so the user that use this connection, use his credential instead of a technical credential mapped in the rfc.
But when I go to create this, SMP return me a problem that it want user and password in the rfc and doens't allow me to save the connection.
Anyone that have encountered this problem can help me?
Thanks
Best regards
Marco