<iframe> element, set the src attribute to:
URL parameters
Interface language codes
Use this parameter on its own to change the interface language of the station. The link then contains only the language parameter, as in
<stationUrl>/WinAuth/Verify?language=<language code>. An incorrect language code leaves the current language settings unchanged.
Configure the station menu
Users interact with the integrated Verification Station the same way they interact with a standard one. A customized menu forwards tasks to the next stage and exits the integrated station. Set up the integrated Verification Station by editing the keys in the<appSettings> section of the Web.config file. To disable a menu item, set its key to true:
Messages passed to the parent element
When the user finishes a task and exits the integrated Verification Station, thepostMessage method passes one of the following messages to the parent element.
Sample code for receiving a message from the parent element
<iframe> element processes the message, close the integrated Verification Station so the user can resume work in the third-party system.