You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/logic-apps/logic-apps-using-sap-connector.md
+31-3Lines changed: 31 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: divyaswarnkar
7
7
ms.author: divswa
8
8
ms.reviewer: estfan, daviburg, azla
9
9
ms.topic: how-to
10
-
ms.date: 10/21/2021
10
+
ms.date: 11/01/2021
11
11
tags: connectors
12
12
---
13
13
@@ -334,7 +334,7 @@ Last, create new connections that use SNC in all your logic apps that use the SA
334
334
335
335
1. For **SNC Partner Name**, enter the backend's SNC name. For example, `p:CN=DV3, OU=LA, O=MS, C=US`.
336
336
337
-
1. For **SNC Certificate**, enter your SNC client's public certificate in base64-encoded format. Don't include the PEM header or footer.
337
+
1. For **SNC Certificate**, enter your SNC client's public certificate in base64-encoded format. Don't include the PEM header or footer. Don't enter the private certificate here because the PSE might contain multiple private certificates, but this **SNC Certificate** parameter identifies the certificates that must be used for this connection. For more information, review the following note.
338
338
339
339
1. Optionally, enter SNC settings for **SNC My Name**, **SNC Quality of Protection** as needed.
340
340
@@ -360,9 +360,37 @@ Last, create new connections that use SNC in all your logic apps that use the SA
360
360
361
361
The connector detects the PSE change and updates its own copy during the next connection request.
362
362
363
+
To convert a binary PSE file into base64-encoded format, follow these steps:
If the output path parameter is not provided, the script's output to the console will have line breaks. Remove the line breaks of the base 64-encoded string for the connection input parameter.
389
+
363
390
> [!NOTE]
364
391
> If you're using more than one SNC client certificate for your ISE, you must provide the same PSE for all connections.
365
-
> You can set the client public certificate parameter to specific the certificate for each connection used in your ISE.
392
+
> The PSE must contain the client private certificate for each and all of the connections.
393
+
> You must set the client public certificate parameter to match the specific private certificate for each connection used in your ISE.
366
394
367
395
1. Select **Create** to create your connection. If the parameters are correct, the connection is created. If there's a problem with the parameters, the connection creation dialog displays an error message.
0 commit comments