ulisesbocchio / spring-boot-security-saml

spring-security-saml integration with Spring Boot
MIT License
157 stars 72 forks source link

Supporting Spring Boot 2.6.6 #105

Open azyubing opened 2 years ago

azyubing commented 2 years ago

May out project support the latest Spring Boot version for example 2.6.6 ?

ulisesbocchio commented 2 years ago

I’ll have to look into it. Any idea what breaks?

elenaeli commented 2 years ago

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?