CA SSO provides functionality that a user is completely logged off from a user session.
A file "msrlogout.fcc" exists under the <webagent_install>/samples/forms directory.
The content of "msrlogout.fcc":
@smlogout=true @target=/servlet/MSR/admin/launch.html |
What functionality does the file "msrlogout.fcc" provide?
There is a well known ACO parameter LogOffUri to log off a user from the session.
On the other hand, Web Agent Configuration Guide explains "Comprehensive Log Out using FCC Forms". The file "msrlogout.fcc" is an example of it. This method provides an alternative to the LogoffUri parameter.
This file contains both the @smlogout directive and the @target directive. When the user retrieves the logout file, they are logged out and redirected to the location specified in the @target directive.
The user may access the below URL to log off the session.
http://servername.example.com/siteminderagent/forms/msrlogout.fcc
As a summary, in order to enable log off function, you may make use of either LogOffUri OR FCC Forms, but not mixed. (i.e., do not set msrlogout.FCC to LogoffURI.)
Notes:
Documentation: Comprehensive Log Out
Community page: SiteMinder logout flow