2021-01-13 03:30:30 +00:00
<!DOCTYPE html>
<!--[if IE]><![endif]-->
< html >
< head >
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge,chrome=1" >
2021-01-13 03:42:31 +00:00
< title > OpenIddict: the OpenID Connect stack you'll be addicted to </ title >
2021-01-13 03:30:30 +00:00
< meta name = "viewport" content = "width=device-width" >
2021-01-13 03:42:31 +00:00
< meta name = "title" content = "OpenIddict: the OpenID Connect stack you'll be addicted to " >
2021-01-13 03:30:30 +00:00
< meta name = "generator" content = "docfx 2.56.6.0" >
2021-01-13 03:49:03 +00:00
< link rel = "shortcut icon" href = "images/favicon.ico" >
2021-01-13 03:30:30 +00:00
< link rel = "stylesheet" href = "styles/docfx.vendor.css" >
< link rel = "stylesheet" href = "styles/docfx.css" >
< link rel = "stylesheet" href = "styles/main.css" >
< link href = "https://fonts.googleapis.com/css?family=Roboto" rel = "stylesheet" >
< meta property = "docfx:navrel" content = "toc.html" >
< meta property = "docfx:tocrel" content = "toc.html" >
</ head > < body data-spy = "scroll" data-target = "#affix" data-offset = "120" >
< div id = "wrapper" >
< header >
< nav id = "autocollapse" class = "navbar navbar-inverse ng-scope" role = "navigation" >
< div class = "container" >
< div class = "navbar-header" >
< button type = "button" class = "navbar-toggle" data-toggle = "collapse" data-target = "#navbar" >
< span class = "sr-only" > Toggle navigation</ span >
< span class = "icon-bar" ></ span >
< span class = "icon-bar" ></ span >
< span class = "icon-bar" ></ span >
</ button >
2021-01-13 04:03:45 +00:00
< a class = "navbar-brand" href = "index.html" >
< img id = "logo" class = "svg" src = "images/logo.png" alt = "" >
</ a > </ div >
2021-01-13 03:30:30 +00:00
< div class = "collapse navbar-collapse" id = "navbar" >
< form class = "navbar-form navbar-right" role = "search" id = "search" >
< div class = "form-group" >
< input type = "text" class = "form-control" id = "search-query" placeholder = "Search" autocomplete = "off" >
</ div >
</ form >
</ div >
</ div >
</ nav >
< div class = "subnav navbar navbar-default" >
< div class = "container hide-when-search" id = "breadcrumb" >
< ul class = "breadcrumb" >
< li ></ li >
</ ul >
</ div >
</ div >
</ header >
< div role = "main" class = "container body-content hide-when-search" >
< div class = "article row grid" >
< div class = "col-md-10" >
< article class = "content wrap" id = "_content" data-uid = "" >
2021-01-13 03:42:31 +00:00
< h1 id = "openiddict-the-openid-connect-stack-youll-be-addicted-to" > OpenIddict: the OpenID Connect stack you' ll be addicted to</ h1 >
2021-01-13 03:30:30 +00:00
2021-01-13 03:42:31 +00:00
< p > OpenIddict aims at providing a < strong > versatile solution</ strong > to implement an < strong > OpenID Connect server and token validation in any ASP.NET Core 2.1, 3.1 and 5.0 application</ strong > ,
and starting in OpenIddict 3.0, < strong > any ASP.NET 4.x or OWIN application too</ strong > .</ p >
2021-01-18 14:03:11 +00:00
< p > OpenIddict fully supports the < strong >< a href = "https://openid.net/specs/openid-connect-core-1_0.html" > code/implicit/hybrid flows</ a ></ strong > , the < strong >< a href = "https://tools.ietf.org/html/rfc6749" > client credentials/resource owner password grants</ a ></ strong > and the < a href = "https://tools.ietf.org/html/rfc8628" > device authorization flow</ a > . You can also create your own custom grant types.</ p >
2021-01-13 03:42:31 +00:00
< p > OpenIddict natively supports < strong >< a href = "https://www.nuget.org/packages/OpenIddict.EntityFrameworkCore" > Entity Framework Core</ a ></ strong > , < strong >< a href = "https://www.nuget.org/packages/OpenIddict.EntityFramework" > Entity Framework 6</ a ></ strong > and < strong >< a href = "https://www.nuget.org/packages/OpenIddict.MongoDb" > MongoDB</ a ></ strong > out-of-the-box, but you can also provide your own stores.</ p >
2021-01-24 08:39:56 +00:00
< div class = "NOTE" >< h5 > Note</ h5 >< p > This documentation is a work-in-progress. To contribute, please visit < a href = "https://github.com/openiddict/openiddict-documentation" > https://github.com/openiddict/openiddict-documentation</ a > .</ p >
</ div >
2021-01-13 03:30:30 +00:00
< div class = "row" >
< div class = "col-md-4" >
< div class = "panel panel-default" style = "min-height: 120px;" >
< div class = "panel-body" >
< p >< strong >< a href = "guide/index.html" > Introduction</ a ></ strong ></ p >
< p > Read an introduction on OpenIddict and the reason it was created.</ p >
</ div >
</ div >
</ div >
< div class = "col-md-4" >
< div class = "panel panel-default" style = "min-height: 120px;" >
< div class = "panel-body" >
< p >< strong >< a href = "guide/getting-started.html" > Getting started</ a ></ strong ></ p >
< p > Get started quickly by working through this step-by-step guide.</ p >
</ div >
</ div >
</ div >
< div class = "col-md-4" >
< div class = "panel panel-default" style = "min-height: 120px;" >
< div class = "panel-body" >
2021-01-13 06:09:51 +00:00
< p >< strong >< a href = "https://github.com/openiddict/openiddict-samples" > Samples</ a ></ strong ></ p >
2021-01-13 03:30:30 +00:00
< p > View samples implementing the various authorization flows.</ p >
</ div >
</ div >
</ div >
</ div >
</ article >
</ div >
< div class = "hidden-sm col-md-2" role = "complementary" >
< div class = "sideaffix" >
< div class = "contribution" >
< ul class = "nav" >
< li >
< a href = "https://github.com/openiddict/openiddict-documentation/blob/dev/index.md/#L1" class = "contribution-link" > Improve this Doc</ a >
</ li >
</ ul >
</ div >
< nav class = "bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id = "affix" >
< h5 > In This Article</ h5 >
< div ></ div >
</ nav >
</ div >
</ div >
</ div >
</ div >
< footer >
< div class = "grad-bottom" ></ div >
< div class = "footer" >
< div class = "container" >
< span class = "pull-right" >
< a href = "#top" > Back to top</ a >
</ span >
< span > Generated by < strong > DocFX</ strong ></ span >
</ div >
</ div >
</ footer >
</ div >
< script type = "text/javascript" src = "styles/docfx.vendor.js" ></ script >
< script type = "text/javascript" src = "styles/docfx.js" ></ script >
< script type = "text/javascript" src = "styles/main.js" ></ script >
</ body >
</ html >