Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 897 Bytes

File metadata and controls

12 lines (6 loc) · 897 Bytes

FAQ

What interfaces were implemented, how and where they are registered and used?

  • Bulk of the "magic" takes place at startup.cs and
    IdentityServerBuilderExtensions.cs. A quick look at those classes should shed some light.

  • MongoDB connectivity is based on nugets and on a simple Repository Design Pattern implementation. See interface/IRepository & /interface/MongoRepository classes - everything comes togheter with .NET Core Dependency Injection (see startup.cs & IdentityServerBuilderExtensions.cs)