diff --git a/index.html b/index.html index b5d6d52..939aede 100644 --- a/index.html +++ b/index.html @@ -99,12 +99,14 @@ the client credentials/res

OpenIddict natively supports Entity Framework Core, Entity Framework 6 and MongoDB out-of-the-box and custom stores can be implemented to support other providers.

+

Getting started

Developers looking for a simple and turnkey solution are strongly encouraged to use OrchardCore and its OpenID module, which is based on OpenIddict, comes with sensible defaults and offers a built-in management GUI to easily register OpenID client applications.

To implement a custom OpenID Connect server using OpenIddict, read Getting started.

Samples demonstrating how to use OpenIddict with the different OAuth 2.0/OpenID Connect flows can be found in the dedicated repository.

+

Compatibility matrix

@@ -206,6 +208,7 @@ will result in a PlatformNotSupportedException being thrown at runt
  • X.509 ECDSA signing certificates/keys: calling AddSigningCertificate() or AddSigningKey() with an ECDSA certificate/key will always result in a PlatformNotSupportedException being thrown at runtime.
  • +

    Certification

    Unlike many other identity providers, OpenIddict is not a turnkey solution but a framework that requires writing custom code to be operational (typically, at least an authorization controller), making it a poor candidate for the certification program.

    @@ -242,9 +245,11 @@ as fast as possible, that sample doesn't include any membership or consent f
  • P41.OpenIddict.CouchDB by Panos Athanasiou: CouchDB stores for OpenIddict
  • pixel-identity by Nishant Singh: Ready to host OpenID Connect service using OpenIddict and ASP.NET Identity with a Blazor-based UI for managing users, roles, applications and scopes with support for multiple databases.
  • +

    Security policy

    Security issues and bugs should be reported privately by emailing security@openiddict.com. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message.

    +

    Support

    If you need support, please make sure you sponsor the project before creating a GitHub ticket. If you're not a sponsor, you can post your questions on Gitter or StackOverflow:

    @@ -252,6 +257,7 @@ If you're not a sponsor, you can post your questions on Gitter or StackOverf
  • Gitter: https://gitter.im/openiddict/openiddict-core
  • StackOverflow: https://stackoverflow.com/questions/tagged/openiddict
  • +

    Nightly builds

    If you want to try out the latest features and bug fixes, there is a MyGet feed with nightly builds of OpenIddict. To reference the OpenIddict MyGet feed, create a NuGet.config file (at the root of your solution):

    @@ -262,10 +268,13 @@ To reference the OpenIddict MyGet feed, create a NuGet.config

    Contributors

    +

    +

    Contributors

    OpenIddict is actively maintained by Kévin Chalet. Contributions are welcome and can be submitted using pull requests.

    Special thanks to our sponsors for their incredible support:

    -

    +

    Volosoft logo

    +

    +

    License

    This project is licensed under the Apache License. This means that you can use, modify and distribute it freely. See http://www.apache.org/licenses/LICENSE-2.0.html for more details.

    diff --git a/manifest.json b/manifest.json index 226e2b7..4642c3d 100644 --- a/manifest.json +++ b/manifest.json @@ -1682,7 +1682,7 @@ "output": { ".html": { "relative_path": "index.html", - "hash": "7WuNMlUu0AQwjV/9eyDBQA==" + "hash": "BgEV4WszWzMgU0JKbyvuOQ==" } }, "is_incremental": false,