cancel
Showing results for 
Search instead for 
Did you mean: 

How can I turn off User ID and Password Authentication for the CIDX ?

Former Member
0 Kudos

Hi..

How can it turn off the USER ID and password authentication on PI7.1 SP3 for the CIDX receive..

https://xidolphin.apps.jjsea.com:5443/MessagingSystem/receive/CIDXAdapter/CIDX

we need to set up the interface to work using SSL Certificate, the SSL already imported to keystore, and export out to be put on the sender system too.

Regards.

Accepted Solutions (1)

Accepted Solutions (1)

marksmyth
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Muda

The link below goes through the configuration options. You will see here how to configure the Authentication Mode.

CIDX Communication Channel Configuration

http://help.sap.com/saphelp_nw70/helpdata/en/68/1b20410e91f523e10000000a155106/frameset.htm

Regards

Mark

Former Member
0 Kudos

Hi thanks.. acutally i've been following this link

http://help.sap.com/saphelp_nwpi71/helpdata/EN/0a/512041cfb7f423e10000000a155106/content.htm

====

Define Authentication

24. The specifications for Authenticationdepend on the transport protocol you have selected:

○ If a client authentication is required for transport protocol HTTP 1.1, select Client Authentication Required.

Enter the User Name of the partner and the Password, and confirm.

○ Select the Authentication Mode for transport protocol HTTPS:

■ User Name/Password

Enter the User Name of the partner and the Password, and confirm.

■ Certificate Logon

Select the Keystore View and the Keystore Entry.

===================

but its strange... i have put UID and password and select it as certificate login.. and still the

https://host:54001/MessagingSystem/receive/CIDXAdapter/CIDX

it askin for Certicate and UserID too

Answers (2)

Answers (2)

Former Member
0 Kudos

solved it, for PI 7.1 it on different sca.. on messaging

Former Member
0 Kudos

Hi,

Its a pretty old thread, But still thought of checking. We have a scenario where we need to snd chemXML messages to a partner over HTTPS without authentication.

could you please let me know how you disabled receiver sid authentication to send messages to partner?

thanks,

Sam

former_member200962
Active Contributor
0 Kudos

Check Boopathi's reply in this thread:

Regards,

Abhishek.

Former Member
0 Kudos

Hi thanks.. but in my SAPXIAF04_5-20002649.SCA\DEPLOYARCHIVES - ZIP archive, unpacked size 15,032,496 bytes

i can find the section mentioned in the solution

<!--

security-constraint>

<web-resource-collection>

<web-resource-name>XI_AF_RECEIVE</web-resource-name>

<url-pattern>receive/*</url-pattern>

</web-resource-collection>

<auth-constraint>

<role-name>xi_af_receive</role-name>

</auth-constraint>

</security-constraint

-->