Skip to content

LacunaSoftware/IdentityServer4

 
 

Repository files navigation

Important notice

This is a fork of IdentityServer4 that is meant to keep existing software that depends on IdentityServer4 updated with the latest .NET framework version.

For a state of the art implementation, updates and innovations please use Duende IdentityServer.

Changes to IdentityServer4

Our goal is to keep any core changes to IdentityServer4 to a minimal so compatibility is maximized. Below you can find some of those changes in order to decide if they could affect your project:

  • Api Resource Scopes can be used as Api Scopes: when validating a authorize request, IdentityServer4 validates scopes based on existing Api Resources and Api Scopes. We have updated this code to match requested scopes with Api Resource Scopes as well.

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.

Branch structure

Active development happens on the main branch. This always contains the latest version. Each (pre-) release is tagged with the corresponding version.

How to build

  • Install the latest .NET 6 SDK
  • Install Git
  • Clone this repo
  • Run build.ps1 or build.sh in the root of the cloned repo

Documentation

For project documentation, please visit readthedocs.

Bug reports and feature requests

Please use the issue tracker for that.

Help wanted

If you would like to contribute to this project feel free to use the issue tracker and/or submit Pull Requests.

Acknowledgements

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

About

OpenID Connect and OAuth 2.0 Framework for ASP.NET Core

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 80.6%
  • SCSS 16.9%
  • HTML 2.0%
  • TSQL 0.5%
  • PowerShell 0.0%
  • Batchfile 0.0%