SimpleIdServer
SimpleIdServer copied to clipboard
OpenID, OAuth 2.0, SCIM2.0, UMA2.0, FAPI, CIBA & OPENBANKING Framework for ASP.NET Core
When the extraction process fails, the user can re-enqueue the failed messages. Related to ticket #741
参数类型不匹配
src/IdServer/SimpleIdServer.IdServer/UI/ConsentsController.cs:231 实参类型 'SimpleIdServer.IdServer.UI.ViewModels.ConfirmConsentsViewModel' 不可分配给模型类型 'SimpleIdServer.IdServer.UI.ViewModels.ConsentsIndexViewModel'
Hello, we have an issue with the representation group with a lot of users inside:  Do we have to rethink the way we use the group, or is something...
Hi, When testing SCIM functionality with Entra ID (formally Azure AD) I noticed that when a user is disabled their active flag never goes back to "0" in the "ValueBoolean"...
Hello team! I faced strange issue. For some groups on SCIM PATCH server returns 500 error. In logs the following error is shown: _5 rows were copied to scim.SCIMRepresentationAttributeLst but...
SimpleIdServer version 4.0.4 Receiving the following error trying to migrate a .NET 7 solution to .NET 8: `System.TypeLoadException HResult=0x80131522 Message=Could not load type 'System.IdentityModel.Tokens.Jwt.JsonExtensions' from assembly 'System.IdentityModel.Tokens.Jwt, Version=7.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'....
SCIM database user permission error: INSERT, CREATE command denied to user 'scim'@'172.17.0.1' for table SCIMRepresentationAttributeLstTemp360a37e6 PATCH /Users/{id} ```json { "schemas": [ "urn:ietf:params:scim:api:messages:2.0:PatchOp" ], "Operations": [ { "op": "replace", "path": "userName",...
Hello, it seems there is a regression in the replace operation.  Some arrays have been deleted. Can you please check? Regards.