SimpleIdServer
SimpleIdServer
Hello, First, I apologize for the late reply. The issue has been fixed in the master branch. Instead of updating the EF Core configuration to add a database constraint, we...
Hello, Because your application is an SPA, the client must be created using the BuildUserAgentClient function. By default, the client created with BuildTraditionalWebsiteClient is not public, and PKCE will not...
Hello, and sorry for the late reply. Support for PathBase is provided by default in ASP.NET Core. You can enable it by editing your Program.cs file and adding the following...
Since version 6.0.3, virtual paths are now supported, and you should be able to use your custom virtual path by adding the following code in Program.cs: ``` // Copyright (c)...
Hello, You’re right, there was a mistake in the DOTNET TEMPLATE project 🙂. This issue has already been fixed in the master branch. KR SID
Hello, What type of application/client is the user trying to disconnect from? Is it an SPA (Angular) application, or a standard ASP.NET Core website with controllers? If it is a...
Hello @dimOk00, The issue has been fixed in the release/6.0.4 branch. Kind regards, SID
Hello, This is not an issue. By default, the SCIM server is configured not to return the full representation when a modification operation is executed, in order to improve performance....
Unfortunately, there was a minor issue in the BuildHierarchicalAttributes operation. While the representation was correctly saved with the proper structure, the result returned to the client was incorrect. This issue...
Hello, There is indeed an issue in the FindSCIMRepresentations function in the SCIMRepresentationQueryRepository class. When a group contains a large number of attributes, the following query throws an exception. The...