Results 331 comments of SimpleIdServer

SQL Migration scripts have been added in the branch "release/2.0.0". Please follow the following procedure in order to migrate the data from version 1.2.2 to version 2.0.0. Navigate to the...

The SCIM MongoDB project has been updated & the solution is building in the branch "release/2.0.0"

Hello, I'll write a benchmark as soon as I have the time. First I want to repass all the OPENID certifications & support new ones :) KR

You can find on the following website some documentation which explains how to setup an INMEMORY OPENID SERVER : https://simpleidserver.readthedocs.io/en/latest/intro/getting-started-with-openid.html. When your ASP.NET CORE project is ready, you can launch...

Indeed SimpleIdServer is an **OPENID SERVER**. In order to simulate complete workflow, you can use our samples projects :) : - [ProtectAPIFromUndesirableClients](https://github.com/simpleidserver/SimpleIdServer/tree/master/samples/ProtectAPIFromUndesirableClients) : A console application is trying to access...

Hello, Oups... We didn't pay attention. The issue is fixed in the branch "release/2.0.6". Kind regards, SimpleIdServer

Hello, You can follow the same architecture used by SCIM : 'SimpleIdServer.Scim.Persistence.EF' (https://github.com/simpleidserver/SimpleIdServer/tree/master/src/Scim/SimpleIdServer.Scim.Persistence.EF): * Create a class project. * Implement each repository. * Add an extension method to register your...

Hello, The SCIM2.0 API is used as a provisioning / deprovisioning service. When a user is created, it should also be replicated into the OPENID server. Therefore the OPENID server...

The SCIM2.0 API has been updated in the branch "release/1.2.2". Now you can subscribe to external events like "RepresentationAddedEvent", "RepresentationUpdatedEvent" and "RepresentationRemovedEvent". The project "SimpleIdServer.Scim.Startup" is configured to consume external...

Please read the answer in the ticket #300