简体   繁体   中英

Is is possible to authenticate against IBM MQ server using a certificate in the MQ connector within Azure Logic apps?

I want to use the MQ Connector which is available in Logic App to connect to an IBM MQ Server. I know this works well without using a certificate.

But now I have an MQ server to connect to and I must use a certificate to connect to that MQ Server.

Can I use a certificate for this instance? If so. Any ideas how to set that up?

Thanks a million

Here is one of the workarounds that you can try. Try checking the Use TLS from your Single Tenant Logic app

在此处输入图像描述

Before adding the connection try navigating to Configurations from the left side pane of the Logic App and then add WEBSITE_LOAD_USER_PROFILE , and set the value to 1 .

在此处输入图像描述

在此处输入图像描述

You can add your certificates either through TLS/SSL settings or TLS/SSL settings(preview) from the left pane of your logic app

在此处输入图像描述

Add your certificates through preview enables you to add the certicate using any of the following options:

  1. Create App Service Managed Certificate
  2. Import App service Certificate
  3. Upload Certificate
  4. Import from key vault

在此处输入图像描述

You can also refer to these similar issue threads Thread 1 and Thread 2 .

REFERENCES:

  1. Call service endpoints by using HTTP or HTTPS
  2. Secure access and data

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM