how to configure a 0Auth into Mendix?

0
need to implement the 0Auth sign-in feature in Mendix.
asked
2 answers
0

Hi Harisha, if you Google for a bit you can find some examples and modules: https://github.com/Erwin-t-Hoen/Open-Authentication-Module

answered
6

Hi Harisha N,

If your question is related to Microsoft Office sign in to the Mendix application by using the OAuth,

Then by using the Microsoft Graph API you can achieve the OAuth Sign in.

You can integrate into the Mendix application by using REST sevice calls via microflow.

For more information just click here.

Hope it helps.

answered