This is a sample blazor project demonstrating the use of openiddict-core with AspNetCore.Identity and AspNetCore.Identity.MongoDbCore
add the following sections to appsettings
"ConnectionStrings": {
"mongo": "your/mongodb/connection/string"
},
"Database": {
"mongo": "name/of/database"
}