Skip to content

v5.0.0

Choose a tag to compare

@simpleidserver simpleidserver released this 06 Jun 11:31
· 493 commits to master since this release

Release Note 5.0.0

Ticket #731: Fixed an issue in the SCIM project where "PATCH for groups returns 500 when members are updated."

Ticket #735: Fixed bulk operations in the SCIM project to include missing properties.

Ticket #736: Added multitenant support to SCIM.

Ticket #738: Updated the documentation on SCIM provisioning.

Ticket #739: Migrated the entire project to DOTNET8.

Ticket #740: Fixed the issue "SCIM MongoDB Size must be between 0 and 16793600 (16MB)."

Tickets #741 & #729: Fixed various issues.

Ticket #742: Returned the "ConsentsIndexViewModel" when the "CryptographicException" is thrown.

Ticket #743: Updated the documentation on LDAP provisioning.

Ticket #744: Added support for other ORMs such as SQLSUGAR.

Ticket #745: Enabled administrators to relaunch all messages in the dead letter queue in the provisioning window (LDAP / SCIM).

Ticket #748: Replaced the "BulkExtensions" library with "linq2db.EntityFrameworkCore" for executing BULK UPDATE / MERGE operations.

Ticket #749: Returned the entire SCIM representation in the integration event.

Ticket #750: Redirected the user-agent to the "EndSessionCallback" action under the following conditions:

  • The "RedirectToRevokeSessionUI" property is set to false.
  • The list of "Front Channel Logouts" URLs is empty.

Ticket #751: Fixed issues in sample projects.