Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated VaadinWebSecurityConfigurerAdapter-implementation for Spring security 5.7+ #14427

Closed
MathiasAugstein opened this issue Aug 25, 2022 · 2 comments

Comments

@MathiasAugstein
Copy link

Describe your motivation

Thank you for providing VaadinWebSecurityConfigurerAdapter, so the Spring settings do not need to be copy-pasted manually anymore. However with Spring Security 5.7 the WebSecurityConfigurerAdapter got deprecated, and should be replaced by a SecurityFilterChain implementation. It would be nice if Vaadin could help with this migration by providing a default implementation.

Describe the solution you'd like

  • creation of another class like VaadinWebSecurityConfigurerAdapter following the new Spring Security standard
  • adding deprecated-note to VaadinWebSecurityConfigurerAdapter with a link to the new implementation
  • nice-to-have: migration guide for people who used VaadinWebSecurityConfigurerAdapter with custom changes
@knoobie
Copy link
Contributor

knoobie commented Aug 25, 2022

This was already done in #14303 and should be available in 23.2.0 in September.

@MathiasAugstein
Copy link
Author

Thanks, seems I was not searching good enough through your Github Issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants