Security Issue - Learn Now Training Course

1
I have just completed the Mendix Academy Rapid Application Developer Course and can’t figure out one issue with security. When I run locally I can log on with the MxAdmin account and the standard password. When I run from the cloud, I get a login failure with the same credentials. I tried changing the admin password, synchronized and still could not log in. Can someone assist me with what is wrong?
asked
1 answers
0

Samuel,

The MxAdmin account used in your local dev environment isn’t transported to the cloud environment. In other words this account does not exist when using a free sandbox.

In a licensed node the user does exist and there is an option to set the password for this user from the cloud portal in the environment section.

To manage the users in the free environments please read the documentation found under: https://docs.mendix.com/developerportal/deploy/integrate-with-mendix-sso

answered