Location to manage users for free/sandbox apps?

0
Where does one manage the users of an app deployed to the free/sandbox environment of Mendix cloud. I’m sure this is documented somewhere but I haven’t been able to find it yet.  Many thanks. 
asked
2 answers
3

Paul,

There are a couple of things you need to do:

  1. Make a small microflow to create your first (administrative) user.  Sandbox environments don’t have any users by default, so you’ll need to call this microflow as your after startup microflow.  If I have time, I’ll past a screen shot here shortly.
  2. Add the Administration.Account_Overview page to your navigation somewhere (and make sure you grant some user roles rights to use it)  Using this page you can manage users.

Hope that helps,

Mike

**EDIT**

Screenshot of a sample microflow

answered
1

Hi Paul,

You can read this one : https://www.mendix.com/blog/create-first-mendix-appcloud-powered-app/

I think you need to add appcloudservices (https://appstore.home.mendix.com/link/app/934/) into your project and following this configuration 

https://docs.mendix.com/developerportal/deploy/integrate-with-mendix-sso

Hope that help 

Cheers

 

answered