Supporting Spring Boot 2.6.6
Opened this issue · 2 comments
azyubing commented
May out project support the latest Spring Boot version for example 2.6.6 ?
ulisesbocchio commented
I’ll have to look into it. Any idea what breaks?
elenaeli commented
Hello, I'm also using spring boot 2.6.6. My app doesn't redirect properly. We are using the same settings and this library for many other projects (all using spring boot < 2.6.6) but with this version, I'm getting following the error after a successful SSO login:
Redirect loop to https://XXXX.de/saml/logout , our SSO is redirecting to a 302 Found with "location: https://XXXX.de/saml/logout"
Do you know if the library is supposed to be working with a recent (2.6.6) Spring Boot version?