cancel
Showing results for 
Search instead for 
Did you mean: 

Assign/Map X509 certificate to the SAP User

Former Member
0 Kudos

Hello Everybody,

I am accessing SAP R/3 Function module from the outside(JAVA Application) using JCO connections.

I got sucess doing this using Basic authentication.

I have passed fix username and password to connect to the SAP R/3 from my JAVA program.

But, now i want to pass X509 certificate from my Java application to SAP R/3 for authentication. I have completed my work from JAVA side. But at SAP R/3 side i don't know where to add this X509 certificate and how to map this certificate to perticular user in SAP R/3.

If anyone knows then please help.

Thanks in advance,

Bhavik

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I think you can use transaction STRUST to add certificate. Certificate should have user name.

-Sanjeev

Former Member
0 Kudos

Hi Sanjeev,

Thanks for your reply.

I will do that. and let you know shortly.

Regards,

Bhavik