Layer7 API Management

  • 1.  SOAP Service which i want to publish req. client certificate

    Posted Jun 10, 2016 10:49 AM

    Hi,

    we are trying to publish a sopa ws via our API Gateway. The service requiries a x509 client certificate authentication. Does anyone know how i can configure the gateway that it uses a client certificate to authenticate agains this backend service?

    i cannont find this int http routing auth configuration.

     

     

    Many thanks



  • 2.  Re: SOAP Service which i want to publish req. client certificate

    Posted Jun 10, 2016 11:05 AM

    Have you seen this section of the gateway documentation which may be helpful?

    Workflow Using an X.509 Certificate



  • 3.  Re: SOAP Service which i want to publish req. client certificate

    Posted Jun 10, 2016 11:11 AM

    Hi Bill,

    thanks for your quick reply. yes i have seen this document but it explains only how the gw can authenticate on the publish service. What i need how the gw as client to the backend service can authenticate using a client certificate?



  • 4.  Re: SOAP Service which i want to publish req. client certificate
    Best Answer

    Posted Jun 10, 2016 12:18 PM

    The gateway will present it's default Private Key to authenticate to a backend by default for any 'Route via HTTP(S)' assertion. You can right-click the 'Route via HTTP(S)' assertion and choose 'Select Private Key' from the menu options there to change that behavior. Select the 'Use custom private key' option to have the route assertion use a specific private key.



  • 5.  Re: SOAP Service which i want to publish req. client certificate

    Posted Jun 14, 2016 03:31 AM

    Hi Bill,

    many thanks perfect that worked.

     

    Regards

    Stefan