cancel
Showing results for 
Search instead for 
Did you mean: 

Disable authentication.

Former Member
0 Kudos

Hello all,

I am trying to develop a SOAP to Proxy scenario, in which I am calling the SOAP url from a third party application.

While calling the url I am getting a popup, asking for authentication (userid/passwd).

I want to disable this authentication popup, so that my application can directly call the SOAP url.

Can anybody suggest me, how to achieve this?

Regards,

Amit..

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks for all the useful information.

former_member200962
Active Contributor
0 Kudos

Authentication cannot be disabled for one interface....it will be disabled for the entire protocol (in your case SOAP)

Instead you can try giving the user credentials in the URL itself or try for principal propagation.

Regards,

Abhishek.

Former Member
0 Kudos

Hi,

Check the below thread which discussed the same

HTH

Rajesh