Skip to content

Commit b484c67

Browse files
committed
Fix the ID2183 error message to point to the correct endpoint name
1 parent 38e84b8 commit b484c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OpenIddict.Abstractions/OpenIddictResources.resx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2276,7 +2276,7 @@ To apply pushed authorization responses, create a class implementing 'IOpenIddic
22762276
<value>A '{0}' obtained from the pushed authorization request endpoint is required for this client application.</value>
22772277
</data>
22782278
<data name="ID2183" xml:space="preserve">
2279-
<value>This client application is not allowed to use the authorization endpoint.</value>
2279+
<value>This client application is not allowed to use the pushed authorization request endpoint.</value>
22802280
</data>
22812281
<data name="ID4000" xml:space="preserve">
22822282
<value>The '{0}' parameter shouldn't be null or empty at this point.</value>

0 commit comments

Comments
 (0)