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

Bumps [engine.io](https://github.com/socketio/engine.io) from 3.5.0 to 3.6.0. Release notes Sourced from engine.io's releases. 3.6.0 Bug Fixes add extension in the package.json main entry (#608) (3ad0567) do not reset the ping timer...

dependencies
javascript

Bumps [System.Security.Cryptography.Xml](https://github.com/dotnet/runtime) from 5.0.0 to 6.0.1. Release notes Sourced from System.Security.Cryptography.Xml's releases. .NET 6.0.1 Release .NET 6.0 Release .NET 6.0 RC 2 Release .NET 6.0 RC 1 Release .NET 6.0...

dependencies
.NET

SimpleIdServer assembly version: 4.0.7 I've just been diagnosing an issue where, after adding a mobile phone number to an existing User and re-provisioning the user (from an Entra directory), attempts...

bug

The credential issuer host solutions returns build errors. References broken.

Hello, how are you? I noticed that when you DELETE a group that already has a member in it, GET on the user still shows that he is a member...

Hi I have a group with 2 members, in it, then I had a PUT request to remove one user, and I received the following error `attribute members is immutable`...

question

Hello, Am am experiencing an issue while patching a user with name details: { "schemas": [ "urn:ietf:params:scim:api:messages:2.0:PatchOp" ], "Operations": [ { "op": "replace", "value": { "name": { "givenName": "Given Updated"...

question

Hello, We see the following problem for the PATCH request with remove operations: 1. If parrent attribute has 2 children and we send the PATCH request with remove operation for...

bug
question

Hello, I'm facing some performance issues when doing GET groups and each group has around 100 members and the number of total groups are around 1000. Bellow some scenarios: 1....

bug