Skip to content

Commit d716c86

Browse files
committed
Minor change
1 parent 5d9e855 commit d716c86

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/active-directory-b2c/custom-policy-rest-api-intro.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The output claims parsed by the RESTful claims provider always expect to parse a
7777
```json
7878
{
7979
"name": "Emily Smith",
80-
"email": "emily@contoso.com",
80+
"email": "emily@outlook.com",
8181
"loyaltyNumber": 1234
8282
}
8383
```
@@ -176,7 +176,6 @@ Design your REST API service and its underlying components (such as the database
176176

177177
See the following articles for examples of using a RESTful technical profile:
178178

179-
- [Integrate REST API claims exchanges in your Azure AD B2C custom policy](custom-policy-rest-api-intro.md)
180179
- [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)
181180
- [Walkthrough: Add REST API claims exchanges to custom policies in Azure Active Directory B2C](custom-policy-rest-api-claims-validation.md)
182181
- [Secure your REST API services](secure-rest-api.md)

0 commit comments

Comments
 (0)