Symantec Access Management

 View Only
  • 1.  Cookie Provider between separate environments

    Posted Apr 30, 2018 03:28 AM

    Hi,

    We have two separate Siteminder environments with two different sets of policy servers. I wanted to understand if its possible to setup a cookie provider between these two? If yes, how should I go about doing this?

    Thanks,

    Lalitha



  • 2.  Re: Cookie Provider between separate environments
    Best Answer

    Posted Apr 30, 2018 03:38 AM

    Hi Lalitha,

     

    Are these two policy server pointing to same key store or using same set of static agent keys?

    This is a prequisite to have sso between two agents either same cookie domain or multiple cookie domain setup.

     

    If answer to above is yes, then it is pretty straight forward.

    Configure Web Agent Single Sign-On Settings - CA Single Sign-On - 12.52 SP1 - CA Technologies Documentation 

     

    The following table describes the agent configuration settings for each domain:

    Example.com
    (Cookie Provider Domain)
    Example.orgExample.net
    CCCExt = .cccCookieProvider=
    http://server1.example.com:80/
    siteminderagent/SmMakeCookie.ccc
    CookieProvider=
    http://server1.example.com:80/
    siteminderagent/SmMakeCookie.ccc
    IgnoreExt = (list of extensions,
    which must include .ccc)
    CCCExt = .cccCCCExt = .ccc
    EnableCookieProvider = yesIgnoreExt = (list of extensions,
    which must include .ccc)
    IgnoreExt = (list of extensions,
    which must include .ccc)
    LimitCookieProvider = yesEnableCookieProvider = noEnableCookieProvider = no
    TrackSessionDomain = yesTrackSessionDomain = yesTrackSessionDomain = yes

    Let me know if any questions.


    Regards,

    Ujwol



  • 3.  Re: Cookie Provider between separate environments

    Posted May 16, 2018 01:10 PM

    We dont have the two environments using the same key store/ static agent keys, so we wont be able to do a cookie provider setup between them.

    Thank you for the answer!