Hi All, We have set the SAML Authentication on one of our server. It

Hi All,

We have set the SAML Authentication on one of our server. It is working fine but when we try to logout, it is again redirecting us to IDP side instead to Appian login page even though we logged in through normal Appian user account. We followed the steps given in following link on forum "forum.appian.com/.../kb-1034.html". But it is throwing us the error when making those changes and restarted the server.
Below is the error we are getting in server.log :

INFO [stdout] (ServerService Thread Pool -- 54) org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Filter beans '<logoutFilter>' and 'Root bean: class [org.springframework.security.web.authentication.logout.LogoutFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroy...

OriginalPostID-186457

OriginalPostID-186457

  Discussion posts and replies are publicly visible

  • ...MethodName=null' have the same 'order' value. When using custom filters, please make sure the positions do not conflict with default filters. Alternatively you can disable the default filters by removing the corresponding child elements from <http> and avoiding the use of <http auto-config='true'>

    Can anyone please help me in resolving the issue?

    Thanks in advance,
  • 0
    Certified Associate Developer
    We are currently upgrading from 7.3 to 7.11. After merging configurations for spring-security-07-portal-override.xml. Starting up Jboss 6.4, we are facing similar error referencing <logoutFilter>. Most likely this bean has changed for Spring Security 4.0.

    Were you able to resolve this error? or have any info on this? Thanks!