Authorization Server: OpenIddict

June 6, 2022 ยท View on GitHub

Authorization Server implemented with OpenIddict 3.

This repository is part of a blog series: Setting up an authorization server with OpenIddict.

Prerequisites

  • .NET 6

Getting started

Open up a terminal in the root folder

dotnet run --project AuthorizationServer

Visit https://localhost:5001. In case of certificate errors run the following command:

dotnet dev-certs https --trust

Contents

  1. 1Prerequisites
  2. 2Getting started