diff --git a/configuration/proof-key-for-code-exchange.html b/configuration/proof-key-for-code-exchange.html index 6fdf22f..acaae10 100644 --- a/configuration/proof-key-for-code-exchange.html +++ b/configuration/proof-key-for-code-exchange.html @@ -136,14 +136,6 @@ This mechanism is fully supported by all versions of OpenIddict and can be enfor Requirements.Features.ProofKeyForCodeExchange } }); -

Enabling code_challenge_method=plain support

-

By default, OpenIddict only supports code_challenge_method=S256, which is the safest code challenge method and the only one required by the PKCE specification. -While not recommended, support for the code_challenge_method=plain method can be manually enabled by adding it to OpenIddictServerOptions.CodeChallengeMethods:

-
services.AddOpenIddict()
-    .AddServer(options =>
-    {
-        options.Configure(options => options.CodeChallengeMethods.Add(CodeChallengeMethods.Plain));
-    });
 
diff --git a/index.html b/index.html index 34407a4..d6bc95a 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 RosSchmitt ChristianFlorian WachsSebastian StehleCommunicatie CockpitJasmin SavardThomasMCeeDigitalOps Co. Ltd.Jaco Jansen van VuurenEYERIDE Fleet Management SystemJulien DebacheStian HåveRavindu LiyanapathiranaHieronymusBlazeAkhan ZhakiyanovCorentin BROSSUTTIBarry DorransDevQ S.r.l.GrégoireAndrii Chebukinbyte2biz

+

Sébastien RosSchmitt ChristianFlorian WachsSebastian StehleCommunicatie CockpitJasmin SavardThomasMCeeDigitalOps Co. Ltd.Jaco Jansen van VuurenEYERIDE Fleet Management SystemJulien DebacheStian HåveRavindu LiyanapathiranaHieronymusBlazeAkhan ZhakiyanovCorentin BROSSUTTIBarry DorransDevQ S.r.l.GrégoireAndrii ChebukinForterroMarcel


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 f5b0330..ad9ad7e 100644 --- a/manifest.json +++ b/manifest.json @@ -69,7 +69,7 @@ "output": { ".html": { "relative_path": "configuration/proof-key-for-code-exchange.html", - "hash": "nul0TniyurIzr7BHtucwnQ==" + "hash": "gyy0hxBwBWPf6yYyk0td7g==" } }, "is_incremental": false, @@ -1694,7 +1694,7 @@ "output": { ".html": { "relative_path": "index.html", - "hash": "89iN43X0DnMXMXlvEcGoRA==" + "hash": "aSgtFSzx/YtktQZx5WGJDg==" } }, "is_incremental": false,