/authorization-server-openiddict

Authorization Server implemented with OpenIddict.

Primary LanguageC#MIT LicenseMIT

Authorization Server: OpenIddict

Authorization Server implemented with OpenIddict 3.

Prerequisites

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