Skip to content

Commit 9ca6e57

Browse files
authored
Update add-api-connector-token-enrichment.md
1 parent cfff707 commit 9ca6e57

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/active-directory-b2c/add-api-connector-token-enrichment.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ To use an [API connector](api-connectors-overview.md), you first create the API
3737
1. Under **Azure services**, select **Azure AD B2C**.
3838
1. Select **API connectors**, and then select **New API connector**.
3939

40-
![Screenshot showing the API connectors page in the Azure portal with the New API Connector button highlighted](media/add-api-connector-token-enrichment/api-connector-new.png)
40+
![Screenshot showing the API connectors page in the Azure portal with the New API Connector button highlighted.](media/add-api-connector-token-enrichment/api-connector-new.png)
4141

4242
1. Provide a display name for the call. For example, **Enrich token from external source**.
4343
1. Provide the **Endpoint URL** for the API call.
4444
1. Choose the **Authentication type** and configure the authentication information for calling your API. Learn how to [Secure your API Connector](secure-rest-api.md).
4545

46-
![Screenshot showing sample authentication configuration for an API connector](media/add-api-connector-token-enrichment/api-connector-config.png)
46+
![Screenshot showing sample authentication configuration for an API connector.](media/add-api-connector-token-enrichment/api-connector-config.png)
4747

4848
1. Select **Save**.
4949

@@ -56,7 +56,7 @@ Follow these steps to add an API connector to a sign-up user flow.
5656
1. Select **User flows**, and then select the user flow you want to add the API connector to.
5757
1. Select **API connectors**, and then select the API endpoint you want to invoke at the **Before sending the token (preview)** step in the user flow:
5858

59-
![Screenshot of selecting an API connector for a user flow step](media/add-api-connector-token-enrichment/api-connectors-user-flow-select.png)
59+
![Screenshot of selecting an API connector for a user flow step.](media/add-api-connector-token-enrichment/api-connectors-user-flow-select.png)
6060

6161
1. Select **Save**.
6262

@@ -119,10 +119,10 @@ Content-type: application/json
119119
```
120120
| Parameter | Type | Required | Description |
121121
| -------------------------------------------------- | ----------------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
122-
git | version | String | Yes | The version of your API. |
122+
| version | String | Yes | The version of your API. |
123123
| action | String | Yes | Value must be `Continue`. |
124124
| \<builtInUserAttribute> | \<attribute-type> | No | They can be returned in the token if selected as an **Application claim**. |
125-
| \<extension\_{extensions-app-id}\_CustomAttribute> | \<attribute-type> | No | The claim does not need to contain `_<extensions-app-id>_`, it is *optional*. They can returned in the token if selected as an **Application claim**. |
125+
| \<extension\_{extensions-app-id}\_CustomAttribute> | \<attribute-type> | No | The claim does not need to contain `_<extensions-app-id>_`, it is *optional*. They can be returned in the token if selected as an **Application claim**. |
126126
::: zone-end
127127
::: zone pivot="b2c-custom-policy"
128128

@@ -329,7 +329,7 @@ Additionally, Azure AD B2C logs metadata about the API transactions that happen
329329
1. Under **Activities**, select **Audit logs**.
330330
1. Filter the list view: For **Date**, select the time interval you want, and for **Activity**, select **An API was called as part of a user flow**.
331331
1. Inspect individual logs. Each row represents an API connector attempting to be called during a user flow. If an API call fails and a retry occurs, it's still represented as a single row. The `numberOfAttempts` indicates the number of times your API was called. This value can be `1`or `2`. Other information about the API call is detailed in the logs.
332-
![Screenshot of an example audit log with API connector transaction](media/add-api-connector-token-enrichment/example-anonymized-audit-log.png)
332+
![Screenshot of an example audit log with API connector transaction.](media/add-api-connector-token-enrichment/example-anonymized-audit-log.png)
333333
::: zone-end
334334
## Next steps
335335
::: zone pivot="b2c-user-flow"

0 commit comments

Comments
 (0)