Oauth 2.0 : facebook login...is it mandatory to host the mendix as https?? if yes, how to do it?

0
I have tried enabling facebook login using the oauth 2.0 module provided. While trying to login into the facebook login and during callback, it gives a message that the calling app should be secure (https)... I have various ways of providing a self signed certificate ( by configuration path as well as import certificate path)...but still the https url doesn't work... Also, I tried hosting it on the IIS as https...but the problem is that while getting into facebook login, it fails as its not able to recognize the signup/facebook url !! need help here !!  
asked
2 answers
0

It should be https indeed and for the url's please see my answer on the question: 

https://forum.mendix.com/link/questions/91361

answered
0

Hi Darshan,

Yes, it should be https.

The easiest way to achieve this is to deploy your application to mendix cloud and you will get a https url.

On the modeler, just click on the “run” button with a cloud logo and your application will be deployed to he cloud.

answered