A cloud-based identity and access management service for securing user authentication and resource access
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.