API connector in a user flow for Azure B2B external identities

Vlietinck, Arne 1 Reputation point
2022-02-14T16:06:13.693+00:00

Is it possible to run custom business logic (e.g. some Graph API calls) using an API connector before sending the token (during sign-ins)? If not, is this something which is on the roadmap?

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,663 questions
{count} votes

1 answer

Sort by: Most helpful
  1. testuser7 271 Reputation points
    2023-05-30T15:42:56.5133333+00:00

    hi @Shweta Mathur

    the first type of API-connector is invoked right after federating with an identity provider during sign-up.

    the connector will get all the claims that are configured and populated.

    So if I authenticated with google and google sends the claims named "DN" in the token.

    However the claims that are configured on our AAD userflow has name "DisplayName"

    Would API connector will get this claim named DN so that API connector can return "DisplayName" ??

    OR

    AAD will completely ignore this claim.

    Thanks.

    0 comments No comments