Skip to content

alrope/IdentityServer-with-ASP.NET-Core-Identity-and-MongoDB-as-Database

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

IdentityServer with ASP.NET Core Identity and MongoDB as Database

In this repo we will implement IdentityServer with ASP.NET Core Identity and MongoDB as Database. So, the MongoDB will be the Identity Database instead of SQL Server. I have explained all the setup steps on my tutorial. This tutorial contains the following topics.

Topics

  1. What is IdentityServer
  2. What we will build?
  3. IdentityServer OpenID Connect OAuth 2.0
  4. Creating IdentityServer 4 Project
  5. Setup IdentityServer in ASP.NET Core
  6. IdentityServer settings in appsettings.json
  7. What are IdentityServer Clients
  8. What are IdentityServer ApiScopes
  9. What are IdentityServer ApiResources
  10. Defining IdentityServer settings class
  11. Configure IdentityServer on Startup.cs
  12. IdentityServer Discovery Endpoint
  13. Fetching IdentityServer Token from Postman
  14. Implementing OpenID Connect
  15. Calling IdentityServer secured Web API

Want to support me ?

Buy Me A Coffee

About

IdentityServer with ASP.NET Core Identity and MongoDB as Database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 93.8%
  • HTML 5.0%
  • Other 1.2%