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

Hello, I think there is a regression. Now, when we delete a group, only one notification is sent. In the old version (I don't remember the exact version), two notifications...

bug

Hello guys, we have this issue when the group has thousands of users inside: Groups?filter=displayName+eq+"GLOBAL-READ" The error is: { "schemas": [ "urn:ietf:params:scim:api:messages:2.0:Error" ], "status": "500", "scimType": "internalServerError", "detail": "Command aggregate...

bug

Retrieving SCIM groups with 20,000+ members takes 16+ minutes due to MongoDB's default cursor batch size (101 documents on first batch). Each member generates multiple attributes, resulting in excessive network...

The reported 16MB MongoDB aggregation error when fetching groups with 20k+ members has already been resolved in the current codebase (v6.0.6+). ## Analysis The issue was caused by a LINQ...

` @RenderSection("Header", required: false) in the code ` is not exists !!!!!

bug

## Problem SCIM filtering on MongoDB was generating inefficient queries for case-insensitive string operations, causing severe performance degradation: ```json { "Attribute.SchemaAttributeId": "26d51050-4962-4348-a6cb-310c198eeee3", "$expr": { "$eq": [ { "$toLower": { "$ifNull":...

Hi, I'm just looking at SCIM libraries in dotnet so ran `dotnet new scim --connectionString ..` When starting the app, the first line of ConfigureScim - where it binds MassTransitStorageConfiguration...

bug

Hello, We have encountered an issue related to the logout flow when multiple browser tabs are open. ### Environment: - Browser: Google Chrome (reproducible by duplicating a tab) - Scenario:...

question

I am using it directly from version 6.0.5, which is brand new。 use postgresql。 version6.0.5 ,First run ,the error is: Microsoft.EntityFrameworkCore.Database.Command[20102] Failed executing DbCommand (66ms) [Parameters=[@__name_0='?'], CommandType='Text', CommandTimeout='30'] SELECT e."Id",...

but public.ExecutionHistories is exist!! 代码 migrationBuilder.CreateTable( name: "ExecutionHistories", columns: table => new { Id = table.Column(type: "text", nullable: false), ExecutionDateTime = table.Column(type: "timestamp with time zone", nullable: false), Name =...

question