openiddict-documentation/index.md
2022-01-07 18:57:07 +01:00

2.2 KiB

Note

This documentation is a work-in-progress. To contribute, please visit https://github.com/openiddict/openiddict-documentation.

OpenIddict: the OpenID Connect stack you'll be addicted to

OpenIddict aims at providing a versatile solution to implement an OpenID Connect server and token validation in any ASP.NET Core 2.1 (and higher) application. ASP.NET 4.6.1 (and higher) applications are also fully supported thanks to a native Microsoft.Owin 4.2 integration.

OpenIddict fully supports the code/implicit/hybrid flows, the client credentials/resource owner password grants and the device authorization flow. You can also create your own custom grant types.

OpenIddict natively supports Entity Framework Core, Entity Framework 6 and MongoDB out-of-the-box, but you can also provide your own stores.

Introduction

Read an introduction on OpenIddict and the reason it was created.

Getting started

Get started quickly by working through this step-by-step guide.

Samples

View samples implementing the various authorization flows.