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/active-directory-b2c/add-api-connector-token-enrichment.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,13 +37,13 @@ To use an [API connector](api-connectors-overview.md), you first create the API
37
37
1. Under **Azure services**, select **Azure AD B2C**.
38
38
1. Select **API connectors**, and then select **New API connector**.
39
39
40
-

40
+

41
41
42
42
1. Provide a display name for the call. For example, **Enrich token from external source**.
43
43
1. Provide the **Endpoint URL** for the API call.
44
44
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).
45
45
46
-

46
+

47
47
48
48
1. Select **Save**.
49
49
@@ -56,7 +56,7 @@ Follow these steps to add an API connector to a sign-up user flow.
56
56
1. Select **User flows**, and then select the user flow you want to add the API connector to.
57
57
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:
58
58
59
-

59
+

git | version | String | Yes | The version of your API. |
122
+
| version | String | Yes | The version of your API. |
123
123
| action | String | Yes | Value must be `Continue`. |
124
124
|\<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**. |
126
126
::: zone-end
127
127
::: zone pivot="b2c-custom-policy"
128
128
@@ -329,7 +329,7 @@ Additionally, Azure AD B2C logs metadata about the API transactions that happen
329
329
1. Under **Activities**, select **Audit logs**.
330
330
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**.
331
331
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
-

332
+

0 commit comments