Releases: AdactiveSAS/saml2-bridge-bundle
Releases · AdactiveSAS/saml2-bridge-bundle
v0.10.0
Add
- Symfony 4 support
- Able to set
assertionNotBeforeIntervalasnull(fix forSubjectConfirmationData notBefore) - Allow to send an array of values for
attributes - Add validAudiences in the SP configuration
Fix
- Missing Content-type xml on metadata response
- SubjectConfirmationData notBefore must be null for Bearer confirmation
AssertionBuilder.setNotBeforeshould setNotBeforesubjectConfirmationData and notNotOnOrAfter
v0.9.1
v0.9.0
Add
ServiceProvider#assertionNotBeforeIntervalproperty to customize assertion validityServiceProvider#assertionNotOnOrAfterIntervalproperty to customize assertion validityServiceProvider#assertionSessionNotOnOrAfterIntervalproperty to customize assertion validity
v0.8.1
v0.8.0
Add
- receiving POST binding request
- NewRelic example
- Single sign-on using
HostedIdentityProviderProcessor::processSingleSignOnnow supports GET and POST requests. - Single logout using
HostedIdentityProviderProcessor::processSingleLogoutServicenow supports GET and POST messages.
Fix
- remove dependency of "roave/security-advisories" to allow require without putting minimum stability dev (#10)[https://github.com//issues/10]
Deprecated
\AdactiveSas\Saml2BridgeBundle\Entity\IdentityProvider::getSsoBindingwas removed, overwriting this method have no
more effects.\AdactiveSas\Saml2BridgeBundle\Entity\IdentityProvider::getSlsBindingwas removed, overwriting this method have no
more effects.
v0.7.1
v0.7.0
v0.6.0
v0.5.0
v0.4.0: Merge pull request #4 from AdactiveSAS/feature/licensing
Feature/licensing