From b593223a021041d4363daaae498626cfb2ef5e26 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 d1659638..bef5a482 100644 --- a/src/OpenIddict.Abstractions/OpenIddictResources.resx +++ b/src/OpenIddict.Abstractions/OpenIddictResources.resx @@ -2301,7 +2301,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.