SimpleIdServer
SimpleIdServer
@dpoulsen21 : The feature has been developed and is ready to be used in the 'release/6.0.0' branch. We provide a UI to manage the lifecycle of various Hangfire jobs
Hello, @worldofchu, This ticket has not been developed yet and will be included in the 6.0.0 release. You can follow the progress here: https://github.com/users/simpleidserver/projects/13/views/1 We will follow the same approach...
Hello 😊 The concept of blocking a user already exists in the application. Currently, after several failed authentication attempts, an end-user's account is temporarily blocked for a certain period. However,...
@HappyRoot The feature is developed in the '6.0.0' branch. :)
Both issues are fixed in the release/v6.0.3 branch :). There were some missing using statements.
Hello @littlesmilelove, First of all, sorry — I didn’t notice your latest question. :( Yes, it’s possible to include the `userId` in the access token by updating the mapping rules...
Hello, There are some mistakes in your Program.cs file: The profile and openid scopes are not ApiScope (OAuth 2.0 scopes), but IdentityScope (OpenID scopes). They are used to return claims...
Indeed, the "idserverui" template is currently not working, but this issue has been fixed in the release/6.0.2 branch. The JavaScript file helpers.js cannot be retrieved because the URL specified in...
Hello, Indeed, we discovered this issue in release 6.0.1. It has already been fixed in the release/6.0.2 branch and will be released soon. Kind regards, SID
Hello, Indeed, it is an issue. We have already pushed some changes to the release/6.0.3 branch to enable the translation of validation messages coming from the backend directly within the...