Create generic web page for logout and wrong password
Hi!
We have defined some protected web resources in NAM within our company,
which are exposed to external users. We have defined NAM form fill SSO to
the webapps.
Some of the web applications have a logout function, and mostly, the
logout returns the browser to the login page of the webapp. We are able
to detect this with a NAM form failed policy, and can redirect to some
other page, instead of doing a new SSO, though.
Also, if SSO fails for some reason (pwd changed in application, not in
user store), every application has it's own "wrong username / password"
page.
For both situations above, we would like to create custom "redirect"
pages instead, with our own branding, text and so on. Ideally this page
would be hosted on the Linux Access Gateway.
Anyone done something simular to this, and have tips on how to create
such pages, were to place them on the LAG, etc ..... ?
What I have thought of right away - is to use redirect in the NAM policy,
and use CGI in the redirect link: Example:
Detection of logout from web app XX, redirect to: http://<LAG
address>/.../custom.jsp?@event=logout@app=XX
The custom.jsp could then contain code to present different messages,
depending on "event" and "app".
Thanks!
Regards,
Toralf Lote
|