February 10th saw the 3rd public release of our Neo4j graph database providers for IdentityServer3 by Dominick Baier and Brock Allen.
In this release:
- BUGFIX: Neo4jClientStore now honours the Flow type of the new client passed to the CreateClient() method.
- ENHANCEMENT: Configurable Neo4j node labels extended to include Scope, ClientScope, ClientSecret, Client, and HAS_SECRET relationship. These are not rolled out across the entire codebase yet.
- ENHANCEMENT: Neo4jClientStore.CreateClient() now supports multiple client secrets per client.
- ENHANCEMENT: Neo4jClientStore.FindClientByIdAsync now also supports returning a collection of client secrets.
- ENHANCEMENT: Neo4jScopeStore now supports multiple scope claims.
The samples have been extended with the addition of a WebApi sample and a JavaScript client sample.