SimpleIdServer icon indicating copy to clipboard operation
SimpleIdServer copied to clipboard

OpenID, OAuth 2.0, SCIM2.0, UMA2.0, FAPI, CIBA & OPENBANKING Framework for ASP.NET Core

Results 230 SimpleIdServer issues
Sort by recently updated
recently updated
newest added

When the extraction process fails, the user can re-enqueue the failed messages. Related to ticket #741

enhancement

src/IdServer/SimpleIdServer.IdServer/UI/ConsentsController.cs:231 实参类型 'SimpleIdServer.IdServer.UI.ViewModels.ConfirmConsentsViewModel' 不可分配给模型类型 'SimpleIdServer.IdServer.UI.ViewModels.ConsentsIndexViewModel'

bug

Hello, we have an issue with the representation group with a lot of users inside: ![image](https://github.com/simpleidserver/SimpleIdServer/assets/10979448/231ee8a4-0568-4283-b10b-5a9a1f8fd756) Do we have to rethink the way we use the group, or is something...

bug

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"...

bug

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...

bug

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'....

enhancement

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. ![image](https://github.com/simpleidserver/SimpleIdServer/assets/10979448/bf40944a-9df5-4e0c-ad76-eff8a0b3979d) Some arrays have been deleted. Can you please check? Regards.

question