Skip to content

Commit 0dc4439

Browse files
Update articles/active-directory-b2c/secure-rest-api.md
Co-authored-by: Kenga Derdus <[email protected]>
1 parent 26a0f35 commit 0dc4439

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/active-directory-b2c/secure-rest-api.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,9 @@ The following XML snippet is an example of a RESTful technical profile configure
455455
</ClaimsProvider>
456456
```
457457

458-
Add the validation technical profile reference to the sign-up technical profile, which calls the REST-AcquireAccessToken. The new validation technical profile will be added to the top of the <ValidationTechnicalProfiles> collection defined in the base policy. This behavior means that only after successful validation, Azure AD B2C moves on to create the account in the directory.
458+
Add the validation technical profile reference to the sign up technical profile, which calls the `REST-AcquireAccessToken`. This behavior means that Azure AD B2C moves on to create the account in the directory only after successful validation.
459+
460+
459461

460462
For example
461463
```

0 commit comments

Comments
 (0)