JASIG CAS: single sign out not working

后端 未结 5 1929
名媛妹妹
名媛妹妹 2021-02-09 06:43

I have single sign on working beautifully, but single sign-out is not working.

The scenario is like this:

  1. Open webapp1 and get redirected to CAS login page
5条回答
  •  没有蜡笔的小新
    2021-02-09 07:33

    If you're using SAML 1.1 protocol be sure that you included the artifactParameterName parameter

    https://wiki.jasig.org/display/CASC/Configuring+Single+Sign+Out

    
       CAS Single Sign Out Filter
       org.jasig.cas.client.session.SingleSignOutFilter
       
          artifactParameterName
          SAMLart
       
    
    

提交回复
热议问题