Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Log new user account creation time initial data for easier troubleshooting. We got bit by this in one site. With this improvement, we have this seldom needed, but necessary data point. Sensitive data is not saved, of course.

  2. Datastorage to and UI in Management UI to review existing datastorages. This is an important toold for troubleshooting, and auditing purposes.

  3. Added more Lock settings boxes to protect from human errors.

  4. Internal code refactoring to gain more speed.

  5. Center all views under OpenID authorisation endpoint (incl. user creation, password forgotten view, error views etc.) and verify their responsiveness.

  6. Add support for forced authentication for SAML user directories. This ensures that autentication is performed every time user uses SAML user directory authentication and no previous session information is used.

Bug fixes

  1. Related to JWKS servlet, some duplicate and unnecessary dependencies (code regression) were removed. This bug never reached production, as it was catched in-flight during development cycle.

...