Managing external identities to enable secure access for partners, customers, and other non-employees
Hi @Claudio • Thank you for reaching out.
Unfortunately, as of now, the API connector is available only for Signup/Sign-in user flows and not for Profile Editing user flow. To achieve this, you need to switch to B2C custom policy and add RESTful technical profile to be used as API connector.
You can then add orchestration step in the Profile Edit user journey to invoke the RESTful technical profile, as shown below:
<OrchestrationStep Order="8" Type="ClaimsExchange">
<ClaimsExchanges>
<ClaimsExchange Id="RESTfulApiExchange" TechnicalProfileReferenceId="yout-RESTful-technical-profile" />
</ClaimsExchanges>
</OrchestrationStep>
You may also consider posting an idea at the User Voice portal for supporting API Connector in Profile Editing User flows. This is monitored by the product team for feature enhancements.
-----------------------------------------------------------------------------------------------------------
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.