Skip to content

1.1.0

Compare
Choose a tag to compare
@tmilos tmilos released this 03 Mar 11:11
· 9 commits to master since this release

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.