SimpleIdServer
SimpleIdServer copied to clipboard
OpenID, OAuth 2.0, SCIM2.0, UMA2.0, FAPI, CIBA & OPENBANKING Framework for ASP.NET Core
Hello, is it possibile to add more info about the operation in the message payload? This is an example of payload: `{ "body": { "messageId": "01000000-c374-4230-e487-08dcb2d718a4", "requestId": null, "correlationId": null,...
Hello, I have a task to add a custom user attribute in User's Schema in .Net Core provisioning project which we already have, and now we want to extend the...
Hello @simpleidserver! We faced a performance issue when provisioned more that 100k+ groups and their members. In this case we have more than15 mil records in `SCIMRepresantationAttrList`. But the database...
Hello, excuse me, I found a problem: 1、When I use https://localhost:5002/master/clients after the success of the login, just click exit, will stay on the page, And displays "Sorry, there's nothing...
Description : https://github.com/simpleidserver/SimpleIdServer/issues/794
It seems the nuget package for SimpleIdServer.Vp 5.0.2 is not published?
Hi, Thanks very much for an amazing project. I've been playing around with the samples as per documentation: ``` dotnet new idserver -n IdServer ``` In general it has worked...
Hello, During the password reset process, the returnUrl parameter is lost. After entering the OTP code and successfully setting a new password, the user is redirected to a dialog with...