Skip to Content

Rock Solid Knowledge has released 3 tutorials to help you:

  • Implement your first IdentityServer solution
  • Add ASP.NET Identity and Entity Framework support
  • Install AdminUI as an Azure App Service

Creating Your First IdentityServer4 Solution (1/3)

This tutorial will show you how to install IdentityServer with an in-memory store. You will create a basic API that will be protected by IdentityServer. Then, you’ll build a web client for the user to login and call the protected API.

Source Code

How to Add ASP.NET Identity and EF Support for Your IdentityServer4 solution (2/3)

This tutorial will cover how to update the IdentityServer built in the previous video to use Entity Framework and then update IdentityServer to use ASP.NET Identity for its user store.

Source Code

How to install IdentityServer's AdminUI in an Azure App Service (3/3)

This tutorial will cover how to host an IdentityServer instance on Azure, and add AdminUI to that IdentityServer.

Next Steps & Tutorial Source Code

To get a demo license for AdminUI, complete the demo form online.

Make sure you subscribe to our YouTube channel for more tutorials, or comment below with your idea for our next tutorial.

Kieran is handles Business Development at Rock Solid Knowledge.

Related Articles