3903 Forks
9078 Stars
9078 Watchers

IdentityServer4

OpenID Connect and OAuth 2.0 Framework for ASP.NET Core

How to download and setup IdentityServer4

Open terminal and run command
git clone https://github.com/IdentityServer/IdentityServer4.git
git clone is used to create a copy or clone of IdentityServer4 repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with IdentityServer4 https://github.com/IdentityServer/IdentityServer4/archive/master.zip

Or simply clone IdentityServer4 with SSH
[email protected]:IdentityServer/IdentityServer4.git

If you have some problems with IdentityServer4

You may open issue on IdentityServer4 support forum (system) here: https://github.com/IdentityServer/IdentityServer4/issues