Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

Learn more
OpenID Connect and OAuth 2.0 Framework for ASP.NET Core
Branch: master
Clone or download
Latest commit 97a6c35 Mar 21, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Update Bug_report.md Sep 11, 2018
docs Merge branch 'master' into dev Mar 18, 2019
src cleanup Mar 21, 2019
.gitignore Changing cake file to skip versioning on non-Windows (#2637) Sep 22, 2018
Directory.Build.targets pin to 2.4.0 Mar 21, 2019
GitReleaseManager.yaml docs: added git release manager config Aug 27, 2016
GitVersion.yml change tag back since it crashes gitversion Nov 26, 2018
LICENSE update license Mar 6, 2018
NuGet.config trigger 2 Mar 21, 2019
README.md Update README.md Mar 21, 2019
SECURITY.MD Create SECURITY.MD Sep 18, 2018
SPONSORS.md update for jan 2019 Feb 3, 2019
appveyor.yml Re-structure to mono repo (#3109) Mar 19, 2019
azure-pipelines.yml Update azure-pipelines.yml for Azure Pipelines (add triggers) Mar 21, 2019
build.ps1 cleanup Mar 21, 2019
build.sh
global.json add global.json Mar 12, 2019
installSdk.ps1 add sdk installer Mar 20, 2019

README.md

About IdentityServer4

IdentityServer is a free, open source OpenID Connect and OAuth 2.0 framework for ASP.NET Core. Founded and maintained by Dominick Baier and Brock Allen, IdentityServer4 incorporates all the protocol implementations and extensibility points needed to integrate token-based authentication, single-sign-on and API access control in your applications. IdentityServer4 is officially certified by the OpenID Foundation and thus spec-compliant and interoperable. It is part of the .NET Foundation, and operates under their code of conduct. It is licensed under Apache 2 (an OSI approved license).

For project documentation, please visit readthedocs.

How to build

IdentityServer is built against the latest ASP.NET Core 2.

  • Install the latest .NET Core 2.x SDK
  • Run build.ps1 (Powershell) or build.sh (bash)

ASP.NET Core 1.x

For using IdentityServer with ASP.NET Core 1.x, you can use the 1.x packages of IdentityServer and this branch. Documentation for 1.x can be found here. The 1.x version is not maintained anymore.

Commercial and Community Support

If you need help with implementing IdentityServer4 or your security architecture in general, there are both free and commercial support options. See here for more details.

Sponsorship

If you are a fan of the project or a company that relies on IdentityServer, you might want to consider sponsoring. This will help us devote more time to answering questions and doing feature development. If you are interested please head to our Patreon page which has further details.

Platinum Sponsors

Auth0

Auth0 is an easy to implement authentication and identity management SaaS based on OpenID Connect/OAuth 2.0. Check out their quickstarts here.

Corporate Sponsors

Thinktecture AG
Ritter Insurance Marketing
ExtraNetUserManager
Intuit

You can see a list of our current sponsors here - and for companies we have some nice advertisement options as well.

Acknowledgements

IdentityServer4 is built using the following great open source projects and free services:

..and last but not least a big thanks to all our contributors!

You can’t perform that action at this time.