From 8838ca79080d508a147a1b923749a417b86525a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Sat, 15 Jun 2024 15:33:39 +0200 Subject: [PATCH] Add a trailing slash in DocuSign's development issuer --- .../OpenIddictClientWebIntegrationHandlers.cs | 2 +- .../OpenIddictClientWebIntegrationProviders.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/OpenIddict.Client.WebIntegration/OpenIddictClientWebIntegrationHandlers.cs b/src/OpenIddict.Client.WebIntegration/OpenIddictClientWebIntegrationHandlers.cs index 37f971bb..9cc5ed61 100644 --- a/src/OpenIddict.Client.WebIntegration/OpenIddictClientWebIntegrationHandlers.cs +++ b/src/OpenIddict.Client.WebIntegration/OpenIddictClientWebIntegrationHandlers.cs @@ -348,7 +348,7 @@ public static partial class OpenIddictClientWebIntegrationHandlers } // Note: the shop domain extracted from the redirection request is not used by OpenIddict (that stores - // the shop name in the state token, but it can be resolved and used by the developers in their own code. + // the shop name in the state token), but it can be resolved and used by the developers in their own code. // // To ensure the value is correct, it is compared to the shop name stored in the state token: if // the two don't match, the request is automatically rejected to prevent a potential mixup attack. diff --git a/src/OpenIddict.Client.WebIntegration/OpenIddictClientWebIntegrationProviders.xml b/src/OpenIddict.Client.WebIntegration/OpenIddictClientWebIntegrationProviders.xml index 486d59bb..a3db5f05 100644 --- a/src/OpenIddict.Client.WebIntegration/OpenIddictClientWebIntegrationProviders.xml +++ b/src/OpenIddict.Client.WebIntegration/OpenIddictClientWebIntegrationProviders.xml @@ -513,8 +513,8 @@ - - + +