OAuth 2.0 with Mendix

0
Hi reader, I want to implement OAuth in my mendix application. How can I do this?
asked
2 answers
5

Hi mate,

You can find a brief documentation on the github .

https://github.com/jody-boelen/oauth

 

you can try visiting the repository. hope it helps!

answered
0

great place to start is implementing this module and following the steps, 

https://marketplace.mendix.com/link/component/117529

it depends if you only want to authenticate or do more and with which Identity Provider you want to connect but this module prob. will have you covered for the first steps

answered