lightSAML / SpBundle

SAML2 SP Symfony Bundle based on LightSAML
https://www.lightsaml.com/SP-Bundle/
MIT License
66 stars 70 forks source link

Added checkPreAuth call before checkPostAuth #32

Closed rudott closed 7 years ago

rudott commented 7 years ago

By adding this check it's possible to add the default checks isAccountNonLocked, isEnabled & isAccountNonExpired by using the AdvancedUserInterface.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.005%) to 98.732% when pulling e751bfe9704084fb2f0c2336fb9daa67b370489f on rudott:master into c4b17652b36d411cb50ad84948c0107c12657e71 on lightSAML:master.

rudott commented 7 years ago

@tmilos it looks like there is an error with the HHVM configuration; HHVM needs to be a minimum version of HHVM 3.9.0

Is this a configuration issue?

tmilos commented 7 years ago

Aha... the php-cs-fixer issue. Thanks, I'll upgrade that in separate issue. Thanks for the PR