Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Releases: spring-attic/spring-security-saml

Milestone 17

02 Oct 19:29
Compare
Choose a tag to compare
Milestone 17 Pre-release
Pre-release

We currently believe we have a decent feature set but we are not ready to release.

We will refactor to realign some features with coding styles found in many of the Spring Security projects

  • Remove Cloneable
  • Split configuration vs code into separate modules
  • Configuration should be annotated for Spring Boot and IDE support
  • Configuration DSL should be seamless
  • IDP and SP should not be overriding the same beans twice
  • Complement with more integration tests for failure scenarios
  • Return a failure response to an authentication request
  • Incorporate community feedback