Skip to content

Releases: simpleidserver/SimpleIdServer

v5.0.1

06 Aug 13:45
Compare
Choose a tag to compare

Features

  • Ticket #765: Add permissions to the administration website.
  • Ticket #771: Support OPENID federation.
  • Ticket #775: Create a fake wallet to request "CTIssueQualificationCredential".
  • Ticket #768: Ensure compliance with the ESBI - Issuer - Credential Issuance.
  • Ticket #759: Ensure compliance with the ESBI - Issuance - In-Time credential.
  • Ticket #758: Block the user account after multiple login attempts.
  • Ticket #776: SCIM - Return a list of PATCH operations in the integration event.

Bug Fixing

  • Ticket #760: Fix various bugs in the administration website.

v5.0.0

06 Jun 11:31
Compare
Choose a tag to compare

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.

v4.0.8

09 Apr 20:11
Compare
Choose a tag to compare

Release Note 4.0.8:

Ticket #620:

  • Linked a registration workflow to an authentication method.
  • Updated the default authentication method of a client.

Ticket #687: Fixed the CIBA workflow.

Ticket #693: Moved all translations into resource files.

Ticket #698: Fixed 'delete a group with a member' in the SCIM server.

Ticket #699: Fixed CPU usage problem.

Ticket #700: Fixed migration errors with MYSQL.

Ticket #705: Navigation properties are now taken into account by BulkInsert in the SCIM Server.

Ticket #708: Users can now edit their profile picture.

Ticket #709:

Ticket #710:

  • Fixed various issues when a user's session is revoked.
  • Can revoke all user sessions.
  • In the audit screen, can display only errors.
  • Reworked the screen to assign API resources to the SCOPE.
  • Fixed various problems related to the update of credentials (SMS, password, etc.).
  • Reworked the screen of the 'SMS' and 'email' authentication.
  • Added a back button when the user's registration process is finished.

Ticket #711: Wrote documentation to explain how to enroll a mobile application with Gotify: https://simpleidserver.com/docs/mobileapplication.

Ticket #718: Returns an error message in the SCIM server when the count parameter is less than 0.

Ticket #719: Removed empty or null values from the 'attributes' parameter.

Ticket #722: Fixed the length of the OTP code.

Ticket #723: Displays a specific error message when the anti-forgery token is invalid.

v4.0.7

10 Feb 21:59
Compare
Choose a tag to compare
Fix azure pipeline

v4.0.6

13 Dec 16:09
Compare
Choose a tag to compare
Deploy GITHUB artifact

v4.0.5

14 Nov 20:44
Compare
Choose a tag to compare
Prepare the release

v4.0.4

03 Oct 13:24
Compare
Choose a tag to compare
Update GITHUB variable

v4.0.4-rc1

06 Sep 20:06
Compare
Choose a tag to compare
Update certificate

v4.0.3

22 Aug 20:34
Compare
Choose a tag to compare
Update Nuget package key

v4.0.1-rc1

05 Jul 20:26
Compare
Choose a tag to compare
Update documentation

Update docker compose
Update kubernetes file