In CSEs 23.6 and later, there are the following options, like what’s seen here which are all optional.
To understand how these operate, there are FOUR cases.
Case 1:
Selections:
Show popup message is selected, but neither sub-option are checked.
Result:
When the application launches, the pop up is presented like what’s seen here.
Text input from the user is OPTIONAL. User must at least click OK to continue and launch the application.
Case 2:
Selections:
Show popup message and Justification text required are selected, but Force user re-authenticate is not.
Result:
The pop-up box appears, and user must type in something before continuing onward by pressing OK button.
Case 3:
Selections:
Show popup message and Force user re-authenticate is selected, but Justification text required is not.
Result:
User is required to re-authenticate, but then when the pop-up occurs, no text input is required by the user.
Case 4
Selections
Result
User must re-authenticate, then when pop-up is shown, user must type in something before OK is allowed an application proceeds.