cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Adapter (Client Authentication)

Former Member
0 Kudos

Hi Guys,

I am trying to follow this blog

Am new to this security settings stuffs , i hear that we have to maintainn keys in visual admin and then later authenticate , am confused all around

My Question

1) Who would provide the Key or certificate ?

2) Should we generate and give it to client r is it given by the client??

3) Where to maintain these key , i know in visual admin , but what r the steps and which place ?

$) How to use this to get authenticated with SOAP Sender Adapter ?

Can any one elobrate this in details and provide any more links on this.

thx in advance for help

with regards

Srini

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

1) You should receive the public key/certificate from the sending party.

2) Sending party must provide certificate

3) As is written in blog go to the Service 'Key Storage' in VA

4) After adding certificates to Key Storage they should be choosable in the adapter config also as rescribed in the blog.

NB: after having received the certificate from the sending party this must be mapped to a SAP-user in the UME of the java stack. The user must have the role SAP_XI_APPL_SERV_USER.

Regards,

Daniel

Former Member
0 Kudos

Hi All,

Thanx for all giving needful info.

Do we have any option of creating our own certificate keys in visual admin and asking client to use it.

if s where and how do we generate.

I want to implement this in Sender Soap Adapter with client authentication howan it be done ??

any views

with regards

Srini

Former Member
0 Kudos

Hi Guys ,

Kindly help me out if i am doing right and help me out in rest of steps if correct.

1) Logged in to Visual Admin.

2) Went to : "KeyStore" and clicked on "Default" --> Pressed Create.

3) Generated CSR request and saven the file.

4) Added the certificate generated to the User existed.

Is above steps r right ??

and now which file i should configure to SOAP Adapter for setting up security.

Please sequence me steps if possible.

thx in advance

srini

Former Member
0 Kudos

HI

1.These will be provided by th Client or they can be downloaded from the website n then the Basis Team or the System Adminstrator will do the needful for us.

2.it depends , if the client wishes to give to us he will give or Basis team will be helping us in this Query.

Digital certificates

A digital certificate is an electronic "credit card" that establishes your credentials when doing business or other transactions on the Web. It is issued by a certification authority (CA). It contains your name, a serial number, expiration dates, a copy of the certificate holder's public key (used for encrypting messages and digital signatures), and the digital signature of the certificate-issuing authority so that a recipient can verify that the certificate is real. Some digital certificates conform to a standard, X.509. Digital certificates can be kept in registries so that authenticating users can look up other users' public keys.

Certificates are issued by Certifying Authority(CA) for people or an organization. This is used to identify unique person or unique organization.

Also look at these links

http://www.abanet.org/scitech/ec/isc/dsg-tutorial.html

http://mindprod.com/jgloss/certificate.html

Please go through these links and i am sure they will help you in some ways.

http://help.sap.com/saphelp_nw04/helpdata/en/a8/882a40ce93185de10000000a1550b0/content.htm

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/db3d8798-0701-0010-9781-8a6...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/092dddc6-0701-0010-268e-fd6...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b2a56861-0601-0010-bba1-e37...

cheers

Edited by: vemuganti naga phalguna on Jul 2, 2008 1:00 PM

Former Member
0 Kudos