prafullkotecha / SettingUpIdentityServer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setting up Identity Server

This code accompanies the videos that are hosted in IdentityServer.com that talk about setting up Identity Server. There are three parts to this, a base installation of Identity Server that uses in-memory stores, taking that version of Identity Server and extending it to use EntityFramework store, and finally adding ASP.Net Identity to manage users

The code also contains two clients, an API client and an MVC client that calls the API client

About


Languages

Language:C# 81.1%Language:HTML 16.2%Language:PowerShell 1.4%Language:CSS 1.0%Language:JavaScript 0.2%