We are calling few rest services from APPIAN using the http query smart service.

We are calling few rest services from APPIAN using the http query smart service.All these services require Certificates for authorizing and I am able to see the certificates from admin console.My question is, how APPIAN figure out which certificate to use for a particular service ;because no where in the httpquery smart service we specify the certificate details which should be used during the call.

OriginalPostID-157502

OriginalPostID-157502

  Discussion posts and replies are publicly visible

Parents
  • This is not different from how other applications that store certificates do it.

    In a simplified description, given the certificates are already stored in Appian, during the first challenge for a client certificate, Appian is going to look for a match between the list of certificate issuers provided by the server and the client certificate issuer name. The first certificate that matches is sent to the server.
Reply
  • This is not different from how other applications that store certificates do it.

    In a simplified description, given the certificates are already stored in Appian, during the first challenge for a client certificate, Appian is going to look for a match between the list of certificate issuers provided by the server and the client certificate issuer name. The first certificate that matches is sent to the server.
Children
No Data