openid/login 404 solution

0
Hi, I am trying to replace AppCloudService with MendixSSO module, I followed https://docs.mendix.com/developerportal/deploy/mendix-sso. local login works fine if user navigates to login.html manually otherwise when one runs the app, it show a ‘404 Not Found’ message while trying to navigate to /openid/login in the other hand also MendixSSO suppose to let user login via single sign on which again redirects it to /openid/login (404 Not Found). any idea how to solve this ?
asked
3 answers
0

try to turn off your project security in Mendix studio pro, https://gettingstarted.mendixcloud.com/link/module/96/lecture/787

answered
0

Did you follow the documentation here: https://docs.mendix.com/developerportal/deploy/mendix-sso#1-introduction ?

Regards,

Ronald

 

answered
0

SSO works well in the cloud, it doesn’t work locally so basically as it explained here , login.html or loging-without-sso.html can be used for run an app locally.

answered