Skip to content

Commit 669e2ee

Browse files
authored
Removing Objectid from Examples
Removing Objectid from Examples PostFederationSignup and PostAttributeCollection as ObjectId will only be present when API is being called at PreTokenApplicationClaims Step
1 parent ee1d780 commit 669e2ee

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 12/20/2022
99
author: garrodonnell
1010
ms.author: godonnell
1111
manager: CelesteDG
12-
ms.custom: "it-pro"
12+
ms.custom: "it-pro,b2c-support"
1313
zone_pivot_groups: b2c-policy-type
1414
---
1515

@@ -144,7 +144,6 @@ Content-type: application/json
144144
}
145145
],
146146
"displayName": "John Smith",
147-
"objectId": "11111111-0000-0000-0000-000000000000",
148147
"givenName":"John",
149148
"surname":"Smith",
150149
"step": "PostFederationSignup",
@@ -198,7 +197,6 @@ Content-type: application/json
198197
}
199198
],
200199
"displayName": "John Smith",
201-
"objectId": "11111111-0000-0000-0000-000000000000",
202200
"givenName":"John",
203201
"surname":"Smith",
204202
"jobTitle":"Supplier",

0 commit comments

Comments
 (0)