Integration Server 10.15 | Web Services Developer’s Guide | Securing Web Services Using the WS-Security Facility | WS-Security Facility Policy Reference | X509 Authentication Element for Inbound Messages
 
X509 Authentication Element for Inbound Messages
These settings indicate how to process messages with a WS-Security X.509 token reference in the message header.
Allow Expired Certificates
If this attribute is set to “False,” an exception is thrown whenever a certificate is encountered that is either expired or not yet currently valid. If this attribute is set to “True,” the certificate’s expiration date is ignored.
Default: False
Example
<X509Authentication
AllowExpiredCerts="True"/>
Validate Certificates
Ensures that the X.509 certificate is signed by a trusted authority.
Default: False
Example
<X509Authentication
ValidateCerts="True"/>