Login to the Mendix application using outlook credentials

0
Hello Forum, I am building an application in Mendix to which I want to have a login page where I can directly login to the application using Outlook credentials. No need of newly creating the Registration page and then using those credentials to Login. The app should directly authenticate using outlook credentials. I am not finding any relevant documents for this, Please let me know if there is a way to do so and how can it be done. Thank you.
asked
2 answers
0

Have a look at this page: https://docs.mendix.com/appstore/modules/oidc/ it should help you implement microsoft SSO sign in for your application

answered
0

Yes, when users login to outlook they really login at Entra ID. Outlook delegates login to Entra ID.

If you delegate login to Entra ID as well (using OIDC SSO as Mathijs indicated), your endusers will get a Single Sign-On experience:

they login with same credentials as they use when doing a login to Outlook.

answered