on the beginning I want to tell that it is my first encounter with Azure AD and its functionalities.
Right now I have functionality where user is prompted to make a call from his phone to given number and then an app is taking his number to further authentication:
Prompt to make a call:
Prompt
After the call:
Welcome screen with callers phone
Is it possible to make an custom policy where an application will pass this number to look for an user in Azure AD and then authenticate him?
I also want to implement this in flask and with SAML.
I was trying to do something like this but not sure if I am going into right direction:
I created the base custom policy using https://learn.microsoft.com/en-us/azure/active-directory-b2c/custom-policies-series-overview, and SAML based on: https://learn.microsoft.com/en-us/azure/active-directory-b2c/saml-service-provider?tabs=windows&pivots=b2c-custom-policy#enable-your-policy-to-connect-with-a-saml-application
Michał Filipkowski is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.