v1.2.2 - SAML_ATTR_DEFAULTS and atomic user creation
- Add
SAML_ATTR_DEFAULTS
setting that allows missing attributes to be set to a default value - Create
MissingAttributeException
that will clearly indicate missing attributes - Correct User backend to authenticate in an atomic transaction to prevent unexpected behavior with new users logging in for the second time if
reconfigure_user
throws an exception