Skip to content

Commit d384903

Browse files
authored
Merge pull request #90129 from KanishkaB/patch-1
Missing steps on - Change the REST technical profile to use bearer to…
2 parents 5cc5c32 + d47956e commit d384903

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

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

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,9 +484,22 @@ The following XML snippet is an example of a RESTful technical profile configure
484484
</ClaimsProvider>
485485
```
486486

487-
::: zone-end
487+
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.
488+
488489

489490

491+
For example:
492+
```XML
493+
<ValidationTechnicalProfiles>
494+
....
495+
<ValidationTechnicalProfile ReferenceId="REST-AcquireAccessToken" />
496+
....
497+
</ValidationTechnicalProfiles>
498+
```
499+
500+
501+
::: zone-end
502+
490503
## API key authentication
491504

492505
::: zone pivot="b2c-user-flow"

0 commit comments

Comments
 (0)