From b484c6787b0bf5d8361c5194286416ba38f5b145 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Wed, 19 Mar 2025 16:56:40 +0100 Subject: [PATCH] Fix the ID2183 error message to point to the correct endpoint name --- src/OpenIddict.Abstractions/OpenIddictResources.resx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenIddict.Abstractions/OpenIddictResources.resx b/src/OpenIddict.Abstractions/OpenIddictResources.resx index f9146259..4c6a1577 100644 --- a/src/OpenIddict.Abstractions/OpenIddictResources.resx +++ b/src/OpenIddict.Abstractions/OpenIddictResources.resx @@ -2276,7 +2276,7 @@ To apply pushed authorization responses, create a class implementing 'IOpenIddic A '{0}' obtained from the pushed authorization request endpoint is required for this client application. - This client application is not allowed to use the authorization endpoint. + This client application is not allowed to use the pushed authorization request endpoint. The '{0}' parameter shouldn't be null or empty at this point.