Flow for Login and Logout
The system behavior of the Web Application when users are Logging In, or Logging Out, mainly depends on the combination of these three configuration factors:
- Is Auto Login Enabled?
- Is User Account Change allowed?
- Is the Default User enabled?
"Logging In" Process
The Login Process is triggered every time when a User
- navigates to the SAI360 web application either via a bookmark, hyperlink, or by manually typing the URL
- clicks on a Login button on the Logout page
Here is what will happen:
Auto Login Enabled
|
Allow User Account Change
|
Default User enabled
|
Action taken
|
Yes
|
Yes
|
Yes
|
A valid User is logged in automatically. An invalid User is given access as Default User.
|
Yes
|
Yes
|
No
|
A valid User is logged in automatically. If there is no match, the system will present the Login page, and the User will have to provide the correct credentials for logging in.
|
Yes
|
No
|
Yes
|
A valid User is logged in automatically. An invalid User is logged in as Default User.
|
Yes
|
No
|
No
|
A valid User is logged in automatically. If there is no match, the User will receive a message that they have no access.
WARNING:
With this particular combination, the web application can ONLY be accessed via auto-login. It will NOT be possible to manually log into SAI360. Therefore, before applying it make sure that:
- Auto-login is working.
- Some of the auto-logged in users do have Administrative Roles, which would enable them to make changes to the web application.
- Should you have inadvertently locked yourself out of the System, you must contact the SAI360 Help Desk for assistance.
|
No
|
Yes
|
Yes
|
Logged in as the Default User.
|
No
|
Yes
|
No
|
System presents User with Login Dialog.
|
No
|
No
|
Yes
|
Logged in as the Default User.
|
No
|
No
|
No
|
System presents User with Login Dialog.
|
"Logging Out" Process
The Login Process is triggered every time when a User
- clicks on a Logout button within the web application
Here is what will happen:
Auto Login Enabled
|
Allow User Account Change
|
Default User enabled
|
Action taken
|
Yes
|
Yes
|
Yes
|
User is taken to Logout Page. Page includes link "Login as different User".
|
Yes
|
Yes
|
No
|
User is taken to Logout Page. Page includes link "Login as different User".
|
Yes
|
No
|
Yes
|
User is taken to Logout Page.
|
Yes
|
No
|
No
|
User is taken to Logout Page.
|
No
|
Yes
|
Yes
|
User is taken to Logout Page.
|
No
|
Yes
|
No
|
User is taken to Logout Page.
|
No
|
No
|
Yes
|
User is taken to Logout Page.
|
No
|
No
|
No
|
User is taken to Logout Page.
|
|