Skip to content

Commit 12185f8

Browse files
committed
Fix formatting
1 parent cc1ca19 commit 12185f8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

articles/logic-apps/logic-apps-custom-api-authentication.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ If your web app or API app is already deployed, you can turn on authentication a
127127

128128
1. For **App registration type**, select **Create new app registration**.
129129

130-
1. For **Name***, provide a name for your application identity.
130+
1. For **Name**, provide a name for your application identity.
131131

132132
1. For **Supported account types**, select the account types appropriate for your scenario.
133133

@@ -220,7 +220,6 @@ The previous template already has this authorization section set up, but if you
220220
| `clientId` | Yes | The GUID for the client requesting access, which is the client ID from the application identity for your logic app |
221221
| `secret` | Yes | The secret or password from the application identity for the client that's requesting the access token |
222222
| `type` | Yes | The authentication type. For ActiveDirectoryOAuth authentication, the value is `ActiveDirectoryOAuth`. |
223-
||||
224223

225224
For example:
226225

@@ -269,7 +268,6 @@ In the **Authorization** section, include the following properties:
269268
| `type` | Yes | The authentication type. For TLS/SSL client certificates, the value must be `ClientCertificate`. |
270269
| `password` | No | The password for accessing the client certificate (PFX file) |
271270
| `pfx` | Yes | The base64-encoded contents of the client certificate (PFX file) |
272-
||||
273271

274272
<a name="basic"></a>
275273

@@ -292,7 +290,6 @@ In the **Authorization** section, include the following properties:
292290
| `type` | Yes | The authentication type that you want to use. For basic authentication, the value must be `Basic`. |
293291
| `username` | Yes | The username that you want to use for authentication |
294292
| `password` | Yes | The password that you want to use for authentication |
295-
||||
296293

297294
<a name="azure-ad-code"></a>
298295

0 commit comments

Comments
 (0)