You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-25
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
-
# Important update
2
-
This organization is not maintained anymore besides critical security bugfixes (if feasible). This organization will be archived when .NET Core 3.1 end of support is reached (3rd Dec 2022). All new development is happening in the new [Duende Software](https://github.com/duendesoftware) organization.
1
+
# INSTALLING PACKAGES
3
2
4
-
The new [Duende IdentityServer](https://duendesoftware.com/products/identityserver) comes with a commercial license but is [free](https://blog.duendesoftware.com/posts/20220111_fair_trade/) for dev/testing/personal projects and companies or individuals making less than 1M USD gross annnual revenue. Please [get in touch with us](https://duendesoftware.com/contact) if you have any question.
@@ -11,34 +13,13 @@ Founded and maintained by [Dominick Baier](https://twitter.com/leastprivilege) a
11
13
IdentityServer4 is officially [certified](https://openid.net/certification/) by the [OpenID Foundation](https://openid.net) and thus spec-compliant and interoperable.
12
14
It is part of the [.NET Foundation](https://www.dotnetfoundation.org/), and operates under their [code of conduct](https://www.dotnetfoundation.org/code-of-conduct). It is licensed under [Apache 2](https://opensource.org/licenses/Apache-2.0) (an OSI approved license).
13
15
14
-
For project documentation, please visit [readthedocs](https://identityserver4.readthedocs.io).
15
-
16
-
## Branch structure
17
-
Active development happens on the main branch. This always contains the latest version. Each (pre-) release is tagged with the corresponding version. The [aspnetcore1](https://github.com/IdentityServer/IdentityServer4/tree/aspnetcore1) and [aspnetcore2](https://github.com/IdentityServer/IdentityServer4/tree/aspnetcore2) branches contain the latest versions of the older ASP.NET Core based versions.
18
-
19
16
## How to build
20
17
21
-
*[Install](https://www.microsoft.com/net/download/core#/current) the latest .NET Core 3.1 SDK
18
+
* Install the latest .NET SDK
22
19
* Install Git
23
20
* Clone this repo
24
21
* Run `build.ps1` or `build.sh` in the root of the cloned repo
25
22
26
-
## Documentation
27
-
For project documentation, please visit [readthedocs](https://identityserver4.readthedocs.io).
28
-
29
-
See [here](http://docs.identityserver.io/en/aspnetcore1/) for the 1.x docs, and [here](http://docs.identityserver.io/en/aspnetcore2/) for the 2.x docs.
30
-
31
-
## Bug reports and feature requests
32
-
Please use the [issue tracker](https://github.com/IdentityServer/IdentityServer4/issues) for that. We only support the latest version for free. For older versions, you can get a commercial support agreement with us.
33
-
34
-
## Commercial and Community Support
35
-
If you need help with implementing IdentityServer4 or your security architecture in general, there are both free and commercial support options.
36
-
See [here](https://identityserver4.readthedocs.io/en/latest/intro/support.html) for more details.
37
-
38
-
## Sponsorship
39
-
If you are a fan of the project or a company that relies on IdentityServer, you might want to consider sponsoring.
40
-
This will help us devote more time to answering questions and doing feature development. If you are interested please head to our [Patreon](https://www.patreon.com/identityserver) page which has further details.
0 commit comments