Generation of event pages
Event pages are displayed in response to events that occur during single sign-on requests. They usually contain a form (such as a prompt for user name and password information) or text (such as an informational or error message).
Event pages are dynamic pages that are generated by Verify Identity Access by using the following information:
- Template files
- XML or HTML files that are provided with the appliance and contain elements, such as fields, text, or graphics, and sometimes macros that are replaced with information that is specific to the request or to provide a response to the request.
- Page identifiers
- Event information that corresponds to one or more template files. Each page identifier corresponds to a specific event condition, such as a specific error or a condition in which a message or a form must be displayed.
- Message catalogs
- Text that is used to replace macros in the template files.
When a request is received, the appropriate response page is generated as follows:
- Processing of the request occurs and a response to an event is required.
- Template files and page identifiers are read from the file system.
- Macros in the template files are replaced with values that are appropriate for the response that is needed.
- An appropriate event page is generated.
- The generated event page is displayed.