Symantec Access Management

  • 1.  impersologout.fcc

    Posted Sep 17, 2013 08:08 AM
    While clicking on impersologout.fcc we are getting taken to different page.Can someone suggest if something missing.


    thanks.

    <!-- SiteMinder Encoding=ISO-8859-1; -->
    @smpopsession=true
    @target=/businesszone/overview.do
    @smredirect=/businesszone/overview.do
    <html>
    <body>
    <form method=GET><table>
    <input type=hidden name=target value="/businesszone/overview.do">
    <tr>
    <td><input type=submit></td>
    </tr>
    </table>
    </form>


    </body>
    </html>


  • 2.  RE: impersologout.fcc

    Posted Sep 17, 2013 10:31 AM
    CA Doc :To end the impersonation process, another .fcc file can be included in the realm protected by the impersonation authentication scheme. This .fcc file should set the @target directive to point to a resource in the restricted realm that was used to begin the impersonation process. In addition, the @smredirect directive should be set to the same resource in order force an end for the authentication process. Finally, the @smpopsession=true directive should be used to restore the original session cookie.


    As per the above,if I protect imperoslogout.fcc with the Impersonation auth scheme,then the imperso.fcc page has a hard coded url to the resource which initiates imperosonation,So,I am wondering will there be looping.

    Please suggest.


  • 3.  Re: impersologout.fcc
    Best Answer

    Posted Apr 19, 2017 05:29 AM