Share via

Add a custom third party authentication method to Azure Portal

Kobi 6 Reputation points
2020-09-13T09:25:15.387+00:00

HI,
I'd like to use my authentication API to integrate with Azure portal login.
Meaning, when a user on my organization logging in into the Azure portal, he will have to pass additional authentication using my custom API.
Is it possible to add a custom third party authentication method?
If so, can someone refer me to a doc that explains how to?
Thank you in advance,
Kobi

Microsoft Security | Microsoft Entra | Microsoft Entra ID

1 answer

Sort by: Most helpful
  1. AmanpreetSingh-MSFT 56,971 Reputation points Moderator
    2020-09-14T09:35:32.543+00:00

    Hello @Kobi

    Custom third party authentication method via API is only supported for self service signup of external identities as of now. Which can be done by using API connector in a user flow. Code sample for that can be found under identity-verification section here: https://learn.microsoft.com/en-us/azure/active-directory/external-identities/code-samples-self-service-sign-up#identity-verification

    There are two places in a user flow where you can enable an API connector:

    • After signing in with an identity provider
    • Before creating the user

    In both of these cases, the API connectors are invoked during user sign-up, not sign-in.

    As of now there is no such feature available that you can use for the the member users of your tenant during sign-in to Azure Portal. You can post this idea at our feedback portal which is monitored by the product team.

    -----------------------------------------------------------------------------------------------------------

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.