When running a Reverse Proxy Web Agent, how to display a disclaimer immediately after a user has successfully authenticated?
At first glance, add an OnAuthAccept Rule to the Realm (Authentication events), and in a Policy, bind this Rule to a Response which will trigger a specific header such as (1):
WebAgent-HTTP-Header-Variable
WebAgent-HTTP-Cookie-Variable
WebAgent-OnAccept-Text
Then, configure the target application to look for that variable and display the disclaimer.