Releases: korotovsky/SingleSignOnServiceProviderBundle
Releases · korotovsky/SingleSignOnServiceProviderBundle
0.3.1
0.3.0
- Symfony
~2.8|~3.0
0.2.3
- Ability to set custom OTP fetch implementation as a service, Must implement
Krtv\SingleSignOn\Manager\Http\Provider\ProviderInterface
and returnKrtv\SingleSignOn\Model\OneTimePassword
instance if OTP is valid
0.1.3
- Ability to set custom OTP fetch implementation as a service, Must implement
Krtv\SingleSignOn\Manager\Http\Provider\ProviderInterface
and returnKrtv\SingleSignOn\Model\OneTimePassword
instance if OTP is valid
0.2.2
- Added two new options to firewall config:
ssh_otp_host
andsso_otp_scheme
to configure host in the redirect uri. Useful if you have service provider with 3rd level domains.
0.1.2
- Added two new options to firewall config:
ssh_otp_host
andsso_otp_scheme
to configure host in the redirect uri. Useful if you have service provider with 3rd level domains.
0.2.1
- Fixed dependency on
korotovsky/sso-library@0.2.*
0.2.0
- Added
UserCheckerInterface
calls
Version 0.1.1
- Added SP name in URL when entry point was invoked
Major release v0.1.0 after FMSingleSignOnBundle split
- Split FMSingleSignOnBundle to components
- A lot of bugfixes
- New features, such as validation OTP via REST service
- NO BC to FMSingleSignOnBundle