For both the Control Center and the Application Center the behaviour upon Logout can be changed to your own needs.
Inside the Control Center, a Logout link will be shown in the upper right corner next to the username.
A file named 'closedown.html' needs to be created in the <Your
Environment>\AMTTools\ControlCenterCore\wwwroot\ folder.
In this file the actions to perform upon log out can to be set.
For an example page take a look at the file '<Your
Environment>\AMTTools\ControlCenterCore\wwwroot\LoggedOff.html'.
In the folder <Your Environment>\AMTTools\ApplicationCenterCore\wwwroot\ copy the file 'LoggedOff.html' to the file 'closedown.html' in the same folder. Then edit the contents of that file to suit your needs. If the file 'closedown.html' exists it will be shown as Logout page instead of the default behaviour of the Application Center upon logout (which is set in the 'LoggedOff.html' file).
When users that are not authorized try to access the Control Center or Application they get redirected to the NotAuthorized.html page, this page can be replaced by a custom version.
In the folder <Your Environment>\AMTTools\ControlCenterCore\wwwroot\ copy the file 'NotAuthorized.html' to the file 'CustomNotAuthorized.html' in the same folder. Then edit the contents of that file to suit your needs. When the file 'CustomNotAuthorized.html' exists it will be shown for users that are not authorized to access the Control Center.
In the folder <Your Environment>\AMTTools\ApplicationCenterCore\wwwroot\ copy the file 'NotAuthorized.html' to the file 'CustomNotAuthorized.html' in the same folder. Then edit the contents of that file to suit your needs. When the file 'CustomNotAuthorized.html' exists it will be shown for users that are not authorized to access the Application Center.