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

In the PWD registration flow, a username and password are requested. It is possible to register a user by adding a valid email address to the username field. However, when...

bug

Based on the v5.0.1 tag, I have advanced the JsonSupport branch as this version is stable for the project I am working on. I made some progress on data initialization...

When performing a Patch with multiple values for a single address object, each value is stored as a separate entry in the addresses list. See for an example the below...

bug

Hello guys, we have an issue with group notification. We use Azure Service Bus, and it has (in standard tier) only 256kb payload limitation. In our system we have a...

question

Hi, I followed the steps described here https://simpleidserver.com/docs/installation/#kubernetes to deploy simpleidserver to Docker Desktop Kubernetes (not Minikube). When I try to access the URL https://website.sid.svc.cluster.local/master/clients I get an HTTP error...

bug

I ran into a couple of issues running `idserver.sh` on macOS. I've staged a PR for this here: https://github.com/simpleidserver/SimpleIdServer/pull/801 The errors I encountered are in the description of the PR.

enhancement

Hello! I need to add the red attributes shown in the image to the SAML response. How can I do that? plz give me some help. THX!!!!! ![image](https://github.com/user-attachments/assets/5488d3d1-7223-4270-91b2-95e68ff30a5c)

enhancement

Hello Currently, the Name field in the Users table allows duplicates and is case-sensitive. This can lead to data inconsistency and confusion. Could you please add a database constraint (or...

bug

Using simpleidserver 6, I am trying to implement a dedicated Id server for an SPA application using PKCE. This SPA authenticates with no pb if it is setup for other...

question

Hello, I recently found myself needing to enable user registration in my application. Could you please explain what I should take into account to make this functionality work? Additionally, I...