SimpleIdServer
SimpleIdServer copied to clipboard
OpenID, OAuth 2.0, SCIM2.0, UMA2.0, FAPI, CIBA & OPENBANKING Framework for ASP.NET Core
Hello, it seems the release 2.0.0 introduced a couple of regressions on /schemas endpoint - meta attribute is missing on user, groups and entitilements entities. Below a comparison between responses...
Hello guys, the version 2.0.0 seems to have a bug calling many times the /users endpoint. The **totalResults** field in the response change continuously. Below you can find a video...
Hello, I have a performance issue on version 1.2.2. I tried to add 200 users and when I try to get all users it takes 30+ seconds to get all...
Hello, I have implemented a new Entitlements Resource exactly how has been done for Groups Resource, so to add an entitlements to a specific user we call Entitlements endpoint patching...
There is a lot of confusion due to the history of so many protocols. My understanding is that OpenID was a stand-alone protocol that never gained much steam. OAuth2 was...
We create a simple user using POST: http://localhost:60002/Users Request: _{ "schemas": [ "urn:ietf:params:scim:schemas:core:2.0:User" ], "externalId": "externalId14a4979b3984", "userName": "userName14a4979b3984", "name": { "formatted": "formatted14a4979b3984", "givenName": "givenName14a4979b3984", "middleName": "middleName14a4979b3984", "familyName": "familyName14a4979b3984" }, "emails":...
It seems to me that simpleIdServer came from simpleIdentityServer which was certified. The current openID connect URL for simpleIdentityServer is no longer valid. Can that be fixed?
I'm working on an oidc implementation, whereby I need to override the persistence interfaces -- custom lookup for User info. Looking at the src, I've identified the relevant contracts, I...
Hello, I have a question about filtering. I notice that the filtering in mongo is case sensitive, but there is a property in schema "caseExact" that I think you have...
Hello, I wanted to know if have a date for when you will release 1.2 ?