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/custom-policy-rest-api-intro.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ The output claims parsed by the RESTful claims provider always expect to parse a
77
77
```json
78
78
{
79
79
"name": "Emily Smith",
80
-
"email": "emily@contoso.com",
80
+
"email": "emily@outlook.com",
81
81
"loyaltyNumber": 1234
82
82
}
83
83
```
@@ -176,7 +176,6 @@ Design your REST API service and its underlying components (such as the database
176
176
177
177
See the following articles for examples of using a RESTful technical profile:
178
178
179
-
-[Integrate REST API claims exchanges in your Azure AD B2C custom policy](custom-policy-rest-api-intro.md)
180
179
-[Walkthrough: Integrate REST API claims exchanges in your Azure AD B2C user journey as validation of user input](custom-policy-rest-api-claims-validation.md)
181
180
-[Walkthrough: Add REST API claims exchanges to custom policies in Azure Active Directory B2C](custom-policy-rest-api-claims-validation.md)
182
181
-[Secure your REST API services](secure-rest-api.md)
0 commit comments