Skip to content

Releases: lightSAML/SpBundle

1.2.1

13 Nov 19:08
2150175
Compare
Choose a tag to compare
  • Support for Symfony 4.1 #73

1.2.0

23 May 09:15
b31182d
Compare
Choose a tag to compare
  • Support for symfony 4 / upgrade to lightsaml/symfony-bridge#1.3.0

1.1.1

20 Mar 09:05
b3cf8d9
Compare
Choose a tag to compare
  • Added Symfony 4 compliant changes #66

1.1.0

03 Mar 11:11
Compare
Choose a tag to compare

Modifications

  • Use username mapper to resolve username when creating a default user #40
  • Prevent IDP loop when misconfigured #39

New features

  • Support for SamlSpToken reauthentication #42

Default configuration of the bundle now sets security firewall option force to true, which will have an effect of creating default user in case user provider and user creator didn't provide one. Also, related to IDP loop prevention, creation of default user if no username is resolved will default to "Anon.".

In creation of default user now username mapper is used instead of similar but hard coded code.

Authentication provider beside of old support for SamlSpResponseToken now also supports SamlSpToken during which reauthnetication a new instance of SamlSpToken is created holding same user, roles, and attributes as the token given for authentication.

1.0.5

31 Jan 07:59
Compare
Choose a tag to compare

Bugs

  • Fatal Error: redirectToRoute() not found #37

1.0.4

16 Jan 10:44
Compare
Choose a tag to compare

New features

  • Added SimpleAttributeMapper #36

1.0.3

04 Nov 13:59
Compare
Choose a tag to compare

Modified

  • Added checkPreAuth call before checkPostAuth #32 #31

1.0.2

19 May 12:12
Compare
Choose a tag to compare

Fixed

  • Update DefaultController.php template files #21

1.0.1

18 Jan 08:55
Compare
Choose a tag to compare
  • Custom token factory #10 #11

1.0.0

09 Dec 17:29
Compare
Choose a tag to compare
release preparation