We have SSO IdP in house with local AD. We also have Azure subscription.
I want integrate our IdP with Azure MFA. I thought I could use approach Building Multi-Factor Authentication into Custom Apps (SDK) https://docs.microsoft.com/en-us/azure/active-directory/authentication/howto-mfa-sdk however there is info that it has been deprecated.
So what I would like to achieve is:
- authn happens on premise (SSO IDP)
- if successful then call Azure MFA as a second factor
Any ideas are welcome.
Thanks