Results 331 comments of SimpleIdServer

Hello, It is normal that the log "The client is registered" does not appear on the screen immediately because the integration event "ClientRegisteredSuccessEvent" is processed by the in-memory bus after...

Can-you replace the content of the `_Host.cshtml` file with the following content and try again ? Source code : https://raw.githubusercontent.com/simpleidserver/SimpleIdServer/refs/heads/master/src/IdServer/SimpleIdServer.IdServer.Website.Startup/Pages/_Host.cshtml ``` @page "/" @using Microsoft.AspNetCore.Components.Web @namespace SimpleIdServer.IdServer.Website.Startup.Pages @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers...

Oups, i made a mistake. The correct `_Host.cshtml` file has the following content : Source code : https://github.com/simpleidserver/SimpleIdServer/blob/Release503/src/IdServer/SimpleIdServer.IdServer.Website.Startup/Pages/_Host.cshtml ``` @page "/" @using Microsoft.AspNetCore.Components.Web @namespace SimpleIdServer.IdServer.Website.Startup.Pages @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers An error...

I pushed the missing css file in the branch Release503. Can-you try again?

Hello, The issue has been fixed in the `Release503` branch. The version property of a representation is now returned as a string. By default, the version is an integer that...

"Hello, Indeed, there is an error in the implementation 😔. For some reason, even though the id parameter is passed into the sub HTTP request, this value is not correctly...

Hello @mcraveiro , First, thank you for your investigation. The warning message "The property is a collection or enumeration type with a value converter" is now resolved in the `release/v6.0.3`...

Hello @HappyRoot 😊 While working on ticket #890, we also discovered this issue. It has already been fixed in the release/v6.0.3 branch. The PwdAuthWorkflowLayout file was updated to modify the...

Hello @HappyRoot , Indeed, the issue still exists in release 6.0.3. I’ve made the following modifications in the 6.0.4 branch to fix it: * Added the missing migration scripts to...

Hello, Due to the holidays, the release of version 6.0.4 will be published next week. :) Apart from the database migration, there are no other adjustments to the workflow settings...