Browse Source

Fix the ID2183 error message to point to the correct endpoint name

pull/2275/head
Kévin Chalet 11 months ago
parent
commit
b484c6787b
  1. 2
      src/OpenIddict.Abstractions/OpenIddictResources.resx

2
src/OpenIddict.Abstractions/OpenIddictResources.resx

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

Loading…
Cancel
Save