cancel
Showing results for 
Search instead for 
Did you mean: 

Authentification with user and password

Former Member
0 Kudos

hello experts,

Someone knows, what steps are necessary to carry out in XI for Authentification with user and pasword in SOAP adapter receiver?.

It's necesary put something in visual administrator?

thanks for all

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

It is not required in Visual admin.

Sreeram.G.Reddy

Answers (3)

Answers (3)

henrique_pinto
Active Contributor
0 Kudos

user/pwd need to be provided by the Soap client. You'll need to store it there and maintain whenever the pwd is changed in XI.

As of best practices:

- The minimum requirements here should be SSL, so that no one can get the pwd;

- Also, as to avoid this, you could take a look at client authentication with certificates.

Regards,

Henrique.

Former Member
0 Kudos

Hi-

Check this blog may be helpful to you

/people/rahul.nawale2/blog/2006/05/31/how-to-use-client-authentication-with-soap-adapter

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>>It's necesary put something in visual administrator?

no, you need to send the authentication data with the web service call and in standard you cannot disable it

Regards,

michal

Former Member
0 Kudos

Michael sorry, by if i don't use the envelop soap.

It's posible authentification with user and password

thanks