Release notes 4.x

4.5.0

Features

  • We have added new post-process actions that can be used to control flow of the application. You can now skip required email verification on certain scenarios by implementing an extension point. For more information please see: (topic guide)
  • We have added new optional properties connected to MailSender. This gives us the ability to configure smtp tls server connection:
    • IDP_SMTP_USERNAME
    • IDP_SMTP_PASSWORD
    • IDP_MAIL_SMTP_AUTH
    • IDP_MAIL_SMTP_STARTTLS_ENABLE
    • IDP_MAIL_SMTP_STARTTLS_REQUIRED

4.4.1

Bug fixes

  • Removed unnecessary logs which were spamming the console

4.4.0

Features

  • We have added new post-process actions that can be used to control the flow of the application. Now you can skip the required email verification step in some scenarios by implementing an extension point. For more information, see (topic guide).
  • We have added a new configuration option that delegates the login to the external application (ui-extension). By enabling the feature in the admin panel, this ensures that the Onegini IDP is always redirected to the configured URL whenever login view is requested.
  • We have added a new REST endpoint that returns Application configuration consisting of password-policy and various locales messages data.
  • We have added handling error responses from extension Api. Proper log is created and user is redirected to an error page.

Bug fixes

  • We have fixed the sub-messages resolution for texts provided by the Onegini IDP extension.

Features

  • We have added handling error responses from extension Api. Proper log is created and user is redirected to an error page.

4.3.0

Features

  • We have added the Action token functionality (topic guide) which allows Onegini IDP users to be logged in by the use of the REST API.
  • Added logging events on various login/sign up scenarios

4.2.0

Features

  • If your organization uses an external application you can delegate the user login to it. We have added a new configuration option allowing you to delegate a login to the external application (ui-extension). First, enable the feature in the admin panel so that Onegini IDP will always redirect to configured URL whenever login view is requested.
  • Extended couple status endpoint to return personId if given external identity is coupled.

Bug fixes

  • Returned broken backward compatibility for primary email used in create person api. It is not required anymore to mark primary email as primary.

4.1.0

Features

  • Modified password-transformation endpoint implementation
  • New feature Allow sign-up without invitation validation (topic guide)
  • Added new Identity Provider for iDIN (needs to be supported by extension)
  • Added metadata information about core flow context to every call to extension integration points (topic guide)
  • Person attributes related with Delegated User Management account are returned as JSON instead of XML

Bug fixes

  • Security improvements
  • Table statistics renamed to usage_statistics (statistics is a reserved name for SQL Server).

4.0.0

Features

  • Restyled Onegini IDP's admin console.
  • New iDIN identity provider added to admin panel.
  • New Person Api Endpoint for checking if external identity provider id is already coupled with given identity provider type