Synchronizing users to acceptance environment
Some things are automatically happening in the background for production when a new user is added to the system. Certain cronjobs run and automatically synchronize Azure with the AD, in order for users to be able to login everywhere. However, these cronjobs don't automatically run for the acceptance environment, this needs to be done by hand.
Steps
In order to 'manually' synchronize the acceptance environment with Azure, we need to SSH to the microservice.
-
This is done with the following command:
ssh login-provider@acceptance01.care.true.nl -
We then run the following cake command, in order to import the (new) users to the environment:
/data/www/login-provider/cloud/current/bin/cake import
The new users should now be synced with the acceptance environment, meaning new employees will now be able to login.