NOT starting MendixSSO request handlers, as it is disabled by the configuration

0
Am working on a simple use case where in I have made use of workflow, app has no errors or warnings but when I run app I get “Local host page can’t be found” in browser. There are 2  warnings after I run the app 1 – 404 - file not found for file: openid/login  2 – NOT starting MendixSSO request handlers, as it is disabled by the configuration. Under configuration After start Up I have configured MendixSSO.MendixSSO_AfterStartup microflow. But still issue persists. Kindly help me with your valuable suggestions.
asked
2 answers
0

Did you see this part in the documentation?
 

Mendix Single Sign-On is only activated when your app is deployed to the Mendix Cloud. When you run your app locally, or on another cloud, you will need to use local credentials.

See the documentation here: https://docs.mendix.com/developerportal/deploy/mendix-sso

Regards,

Ronald

 

answered
0

If you're running local, you need to remove the role of"Anonymous"(in"Security -- Anonymous users") . You need the"Atlas_UI_Resources" module. You need to change the“Login. HTML”.See the documentation here: https://docs.mendix.com/developerportal/deploy/mendix-sso

answered