| 
1 | 1 | AspNet.Security.OpenIdConnect.Server  | 
2 | 2 | ==================================  | 
3 | 3 | 
 
  | 
 | 4 | +> :warning: **This project has been merged into OpenIddict. For more information, read [Introducing OpenIddict 3.0 beta1](https://kevinchalet.com/2020/06/11/introducing-openiddict-3-0-beta1/)**.  | 
 | 5 | + | 
4 | 6 | **AspNet.Security.OpenIdConnect.Server** is an **advanced OAuth2/OpenID Connect server framework** for both ASP.NET Core 1.x/2.x and OWIN/Katana 3.x/4.x, designed to offer a low-level, protocol-first approach.  | 
5 | 7 | 
 
  | 
6 | 8 | **The latest official release can be found on [NuGet](https://www.nuget.org/packages/AspNet.Security.OpenIdConnect.Server) and the nightly builds on [MyGet](https://www.myget.org/gallery/aspnet-contrib)**.  | 
7 | 9 | 
 
  | 
8 | 10 | [](https://ci.appveyor.com/project/aspnet-contrib/aspnet-security-openidconnect-server/branch/dev)  | 
9 | 11 | [](https://travis-ci.org/aspnet-contrib/AspNet.Security.OpenIdConnect.Server)  | 
10 | 12 | 
 
  | 
11 |  | -> **As part of the ASP.NET Core 3.0 migration, this project has been merged into OpenIddict. For more information, read the [OpenIddict 3.0 roadmap](https://github.com/openiddict/openiddict-core/issues/736)**.  | 
12 |  | - | 
13 | 13 | ## Get started  | 
14 | 14 | 
 
  | 
15 | 15 | Based on `OAuthAuthorizationServerMiddleware` from **Katana**, **AspNet.Security.OpenIdConnect.Server** exposes similar primitives and can be directly registered in **Startup.cs** using the `UseOpenIdConnectServer` extension method:  | 
 | 
0 commit comments