- 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
- Missing Content-type xml on metadata response
- SubjectConfirmationData notBefore must be null for Bearer confirmation
AssertionBuilder.setNotBefore
should setNotBefore
subjectConfirmationData and notNotOnOrAfter
- Dev dependencies to fix Travis build
ServiceProvider#assertionNotBeforeInterval
property to customize assertion validityServiceProvider#assertionNotOnOrAfterInterval
property to customize assertion validityServiceProvider#assertionSessionNotOnOrAfterInterval
property to customize assertion validity
- Prevent throwing exception on the
HostedIdentityProviderProcessor::onKernelResponse
when there is no current state. - Unit tests
- 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.
- remove dependency of "roave/security-advisories" to allow require without putting minimum stability dev (#10)[AdactiveSAS#10]
\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.
- Travis test by increasing php memory limit
- Default Logger into
adactive_sas_saml2_bridge.processor.hosted_idp
service - ServiceProvider option
maxRetryLogin
to setup the number of login retry in case of errors. The default is0
to keep retro-compatibility
- SLS initiated by IDP
- composer