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/partner-f5.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ Obtain custom attributes from Azure AD B2C user objects, federated IdPs, API con
78
78
79
79
Legacy applications expect specific attributes, so include them in your user flow. You can replace them with attributes your application requires. Or if you're setting up a test app using the instructions, then user any headers.
80
80
81
-
1. Sign in to the [**Azure portal**](https://portal.azure.com/) as Global Administrator.
81
+
1. Sign in to the [Azure portal](https://portal.azure.com/) as Global Administrator.
82
82
2. In the left-hand pane, select **User attributes**.
83
83
3. Select **Add** to create two custom attributes.
84
84
4. For Agent ID, select String **Data Type**.
@@ -93,7 +93,7 @@ Legacy applications expect specific attributes, so include them in your user flo
93
93
5. Add the **Display Name** attribute. These attributes are collected during user sign-up.
94
94
6. Select **Application claims**.
95
95
7. Add both custom attributes.
96
-
8. Add the **Display Name**. These attributes got to the BIG-IP.
96
+
8. Add the **Display Name**. These attributes go to the BIG-IP.
97
97
9. Select **Run user flow**.
98
98
10. In the user flow menu, on the left navigation bar, verify the prompts for defined attributes.
99
99
@@ -302,7 +302,7 @@ A BIG-IP supports SSO options, but in OAuth client mode the Guided Configuration
302
302
|Header Value |`%{session.oauth.client.last.id_token.extension_AgentGeo}`|
303
303
304
304
>[!Note]
305
-
> APM session variables in curly brackets are case-sensitive. Entering agentid when the Azure AD B2C attribute name is sent as AgentID causes an attribute mapping failure. We recommend defining attributes in lowercase. In Azure AD B2C, the user flow prompts the user for more attributes, using the attribute name in the portal. Therefore, sentence case instead of lowercase might be preferable.
305
+
> APM session variables in curly brackets are case-sensitive. Entering agentid, when the Azure AD B2C attribute name is sent as AgentID, causes an attribute mapping failure. Define attributes in lowercase. In Azure AD B2C, the user flow prompts the user for more attributes, using the attribute name in the portal. Therefore, use sentence case instead of lowercase.
306
306
307
307

0 commit comments