Skip to content

kseitz10/authorization-server-openiddict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authorization Server: OpenIddict

Authorization Server implemented with OpenIddict 3.

This repository contains an authorization server that is being built on top of examples from a blog series from Robin van der Knaap: Setting up an authorization server with OpenIddict.

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

About

Clone of robinvanderknaap/authorization-server-openiddict

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published