openiddict-core-mongo-identity

This is a sample blazor project demonstrating the use of openiddict-core with AspNetCore.Identity and AspNetCore.Identity.MongoDbCore

setup

add the following sections to appsettings

  "ConnectionStrings": {
    "mongo": "your/mongodb/connection/string"
  },
  "Database": {
    "mongo": "name/of/database"
  }