cancel
Showing results for 
Search instead for 
Did you mean: 

How to access the user from the client certificate?

Former Member
0 Kudos

Hi Guys,

we have a generic configuration SOAP-SOAP B2B scenario and for every customer we route based on the MerchantID. If a customer enters a wrong MerchantID and if this matches to others then the transactions will be successful. we want to comapre the MerchantID with the user in the client certificate.

Is thera any way that i can access the user of the client certificate in the mapping?

any help or suggestions would be appreciated

Thanks,

Srini

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I think this might be possible but with a custom adapter module that would be in charge of extracting some data (userid ?) from the sender's client certificate, using keystore and certificate manipulation APIs ...

I can't remember exactly where to find those APIs (I remember sthg about SAPSecurityResources), but I'm sure someone knows

Chris