diff --git a/guides/contributing-a-new-web-provider.html b/guides/contributing-a-new-web-provider.html index 0f27f6d..6ffb4c5 100644 --- a/guides/contributing-a-new-web-provider.html +++ b/guides/contributing-a-new-web-provider.html @@ -101,6 +101,9 @@ To simplify integrating with social and enterprise providers that offer OAuth 2.
  • Unlike the ASP.NET Core OAuth 2.0 base handler by the aspnet-contrib providers, the OpenIddict client is a dual-protocol OAuth 2.0 + OpenID Connect stack, which means it can support both protocols while enforcing all the security checks required by these protocols.

  • +
  • While the aspnet-contrib providers only work on ASP.NET Core, the OpenIddict providers can not only be used in ASP.NET Core +and OWIN/ASP.NET 4.x applications, but also in Windows and Linux desktop applications without requiring any platform-specific code.

    +
  • Unlike the aspnet-contrib providers, the source code needed to materialize the OpenIddict web providers is created dynamically using Roslyn Source Generators and a XML file that includes all the supported providers diff --git a/index.html b/index.html index 2f65a68..11b183f 100644 --- a/index.html +++ b/index.html @@ -264,7 +264,7 @@ To reference the OpenIddict MyGet feed, create a NuGet.configOpenIddict 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

    -

    Sébastien RosAndrewDovydas NavickasSchmitt ChristianThomas WFlorian WachsSebastian StehleCommunicatie CockpitJasmin SavardThomasMichael CalasanzDigitalOps Co. Ltd.Thom van den AkkerJaco Jansen van VuurenEYERIDE Fleet Management SystemJulien DebacheStian HåveRowan RichardsRavindu LiyanapathiranaHieronymusBlaze

    +

    Sébastien RosAndrewSchmitt ChristianThomas WFlorian WachsCommunicatie CockpitJasmin SavardThomasMichael CalasanzDigitalOps Co. Ltd.Jaco Jansen van VuurenEYERIDE Fleet Management SystemJulien DebacheStian HåveRavindu LiyanapathiranaHieronymusBlazeAkhan ZhakiyanovCorentin BROSSUTTIrezStream


    License

    This project is licensed under the Apache License. This means that you can use, modify and distribute it freely. diff --git a/manifest.json b/manifest.json index 75af89e..2e8efc2 100644 --- a/manifest.json +++ b/manifest.json @@ -1600,7 +1600,7 @@ "output": { ".html": { "relative_path": "guides/contributing-a-new-web-provider.html", - "hash": "IvBnidz/TpH9TrBglYg5dQ==" + "hash": "qD89/ZR4YobTX/dxSI/xpQ==" } }, "is_incremental": false, @@ -1694,7 +1694,7 @@ "output": { ".html": { "relative_path": "index.html", - "hash": "EzKrSmlomALjvzfgGUHPng==" + "hash": "K4hqY9RUWtjWvQdIiJnyDg==" } }, "is_incremental": false,