Skip to content

v5.0.4-rc1

Choose a tag to compare

@simpleidserver simpleidserver released this 27 Mar 20:37
· 300 commits to master since this release

Bugs

Ticket #849

Fixed various operations in the SCIM server related to group manipulation.

Ticket #850

Resolved an issue where self-referencing groups (e.g., when Group A is a member of itself) caused a timeout.

Ticket #855

Fix the following issues :

  • Updated the workflow for removing a realm—now correctly redirects the user-agent to the appropriate URL.
  • Users can now manage their sessions via the following URL: https://localhost:5001/Sessions.
  • Standardized the session management URL for user sessions.
  • Fixed the link in the error message displayed when the number of active sessions exceeds the allowed limit.

Ticket #853

  • Fixed the SimpleIdServer.CredentialIssuer.Startup template by adding the missing PublicDid property in appsettings.json.
  • Added a logout feature to the SimpleIdServer.CredentialIssuer.Startup project.