Login to Azure AD with username&password

0
I’m trying to implement logic to login to Azure AD using username and password instead of using the auth code method. But I have a problem with the MVF accounts, and I think this way also isn't very secure. Any ideas what is the best way to implement this? The case is that I want to add biometric authentication to my native app, so I need the user to enter his email and password in my app instead of opening the branding page.   Note: I’m using the OIDC module. Is there any other module that has this logic?  
asked
1 answers
0

If you have administrative access to your Azure AD instance, you can configure a SAML provider service and try the platform supported SAML module. I've had success with this one: https://marketplace.mendix.com/link/component/1174

answered