Skip to content
OpenID Connect and OAuth 2.0 Framework for ASP.NET Core
C# HTML TSQL CSS PowerShell Batchfile
Branch: main
Clone or download

Latest commit

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.config update EF for new name of signing algs for api resource Dec 27, 2019
.github Fix broken links (#4532) Jun 19, 2020
docs Fix broken links (#4532) Jun 19, 2020
samples remove old JS sample Jun 19, 2020
src set version to next patch release Jun 19, 2020
.editorconfig update editorconfig Jun 17, 2020
.gitignore Features/grants enhancements (#4376) May 9, 2020
GitReleaseManager.yaml docs: added git release manager config Aug 27, 2016
LICENSE update license Mar 6, 2018
NuGet.config Restricted nuget sources so that private repos do not break the comma… Jun 23, 2019
README.md Fix broken links (#4532) Jun 19, 2020
SECURITY.MD Create SECURITY.MD Sep 18, 2018
SPONSORS.md update sponsors for june 2020 Jun 2, 2020
azure-pipelines.yml update CI Jun 18, 2020
build.ps1 update to new build script (#4303) Apr 21, 2020
build.sh update bash Nov 16, 2019
clean.ps1 Switch to ASP.NET Core 3 (#3609) Sep 8, 2019
clean.sh MTLS Update (#3962) Jan 5, 2020
clean_cache.ps1 Switch to ASP.NET Core 3 (#3609) Sep 8, 2019
clean_cache.sh delete local nuget folder when cleaning cache Mar 20, 2020
create_persisted_grant_store.sh rename script Feb 17, 2020
global.json update SDK version Jun 13, 2020
icon.jpg Switch to ASP.NET Core 3 (#3609) Sep 8, 2019
key.snk Switch to ASP.NET Core 3 (#3609) Sep 8, 2019
main.cmd fix main.cmd Nov 1, 2019
rebuild.ps1 add rebuild.ps1 for Brock Feb 18, 2020
rebuild.sh typo Jan 7, 2020
version++.sh add script to increase version Mar 21, 2020

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.

Build Status Documentation Status

Branch structure

Active development happens on the main branch. This always contains the latest version. Each (pre-) release is tagged with the corresponding version. The aspnetcore1 and aspnetcore2 branches contain the latest versions of the older ASP.NET Core based versions.

How to build

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

  • Install the required .NET Core SDK
  • Install Git
  • Run build.ps1 or build.sh in the root of the repo

Documentation

For project documentation, please visit readthedocs.

See here for the 1.x docs, and here for the 2.x docs.

Bug reports and feature requests

Please use the issue tracker for that. We only support the latest version for free. For older versions, you can get a commercial support agreement with us.

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

Corporate Sponsors

Ritter Insurance Marketing
Intuit
ExtraNetUserManager
Knab

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.