Spring Security on Wildfly: error while executing the filter chain

后端 未结 1 1172
广开言路
广开言路 2021-01-30 18:49

I\'m trying to integrate Spring Security SAML Extension with Spring Boot.

About the matter, I did develop a complete sample application

1条回答
  •  失恋的感觉
    2021-01-30 19:55

    Investigating the problem I have noticed that there is some mess with cookies and referers in the auth request.

    Currently wildfly authentication will work if you change webapplication context to the Root Context:

     
         
         
     
    

    After restarting wildfly and clearing cookies all should work as expected

    0 讨论(0)
提交回复
热议问题