Releases: lightSAML/SpBundle
Releases · lightSAML/SpBundle
1.2.1
1.2.0
1.1.1
1.1.0
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.