vdenotaris / spring-boot-security-saml-sample

SBS3 — A sample SAML 2.0 Service Provider built on Spring Boot.
https://sbs3.vdenotaris.com
Apache License 2.0
562 stars 351 forks source link

Use Spring Boot 2.7 and Spring Security without WebSecurityConfigurerAdapter #89

Open loicdewerchin opened 2 years ago

loicdewerchin commented 2 years ago

Hello,

would it be possible to update the sample application to use recent Spring Boot & Spring Security libraries?

With Spring Boot 2.7 (Spring Security 5.7) the old way of configuring Spring Security with WebSecurityConfigurerAdapter is deprecated : Spring Blog post.

Thank you very much.