ulisesbocchio / spring-boot-security-saml

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

Make it possible to configure session authentication strategy #88

Closed tuomoa closed 4 years ago

tuomoa commented 4 years ago

Add configuring SessionAuthenticationStrategy in the SSOConfigurer which is passed to the SAMLProcessingFilter. This is useful for example defining a SessionFixationProtectionStrategy which is used for changing the session id after saml login is done.

tuomoa commented 4 years ago

@ulisesbocchio would you have time to take a look at this?

ruoat commented 4 years ago

@ulisesbocchio is this possible to merge here or do we have to fork the repo?

ulisesbocchio commented 4 years ago

Looks good, gotta fix Travis ci config and will merge

tuomoa commented 4 years ago

@ulisesbocchio CI config should be okay now, oraclejdk8 did not work in xenial but with dist: trusty should be ok.

ulisesbocchio commented 4 years ago

Thanks!

tuomoa commented 4 years ago

Thanks for merging! Are you planning to create a new release sometime soon? @ulisesbocchio

ruoat commented 4 years ago

We would appreciate the new release so we don't have to fork the repo.