Releases: AdactiveSAS/saml2-bridge-bundle
Releases · AdactiveSAS/saml2-bridge-bundle
v0.10.0
Add
- Symfony 4 support
- Able to set
assertionNotBeforeInterval
asnull
(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.setNotBefore
should setNotBefore
subjectConfirmationData and notNotOnOrAfter
v0.9.1
v0.9.0
Add
ServiceProvider#assertionNotBeforeInterval
property to customize assertion validityServiceProvider#assertionNotOnOrAfterInterval
property to customize assertion validityServiceProvider#assertionSessionNotOnOrAfterInterval
property to customize assertion validity
v0.8.1
v0.8.0
Add
- receiving POST binding request
- NewRelic example
- Single sign-on using
HostedIdentityProviderProcessor::processSingleSignOn
now supports GET and POST requests. - Single logout using
HostedIdentityProviderProcessor::processSingleLogoutService
now 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::getSsoBinding
was removed, overwriting this method have no
more effects.\AdactiveSas\Saml2BridgeBundle\Entity\IdentityProvider::getSlsBinding
was 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