[z/OS]

Common Secure Interoperability version 2 (CSIv2) authentication protocol client settings

This page documents the properties that are valid for the CSIv2 protocol only.

com.ibm.CSI.performSSL.Keyring

This property is used for providing the name of the Resource Access Control Facility (RACF®) keyring used for SSL connections. Changes to this System Authorization Facility (SAF) keyring require changes to the sas.client.props file.

For example, you might have to change the following properties:
  • com.ibm.ssl.keyStore=safkeyring:///WASKeyring
  • com.ibm.ssl.trustStore=safkeyring:///WASKeyring
Information Value
Data type: String
Default: None
Range: None

com.ibm.CORBA.loginUserid

Use this property to specify the user ID when a properties login is configured and message layer authentication occurs. This property is only valid when com.ibm.CORBA.loginSource=properties. Also, set the com.ibm.CORBA.loginPassword property.

Information Value
Data type: String
Range: Any string that is appropriate for a user ID in the configured user registry of the server.

com.ibm.CORBA.loginPassword

Use to specify the password when a properties login is configured and message layer authentication occurs. This property is only valid when com.ibm.CORBA.loginSource=properties. Also, set the com.ibm.CORBA.loginUserid property.

Information Value
Data type: String
Range: Any string that is appropriate for a password in the configured user registry of the server.