You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/OpenIddict.Abstractions/OpenIddictResources.resx
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1860,6 +1860,12 @@ To use a custom policy relying on the system store, set 'OpenIddictServerOptions
1860
1860
<dataname="ID0514"xml:space="preserve">
1861
1861
<value>TLS client certificates must contain a private key.</value>
1862
1862
</data>
1863
+
<dataname="ID0515"xml:space="preserve">
1864
+
<value>An existing '{0}' instance is already attached to the execution context.</value>
1865
+
</data>
1866
+
<dataname="ID0516"xml:space="preserve">
1867
+
<value>The '{0}' attached to the execution context could not be resolved.</value>
1868
+
</data>
1863
1869
<dataname="ID2000"xml:space="preserve">
1864
1870
<value>The security token is missing.</value>
1865
1871
</data>
@@ -2462,16 +2468,21 @@ To use a custom policy relying on the system store, set 'OpenIddictServerOptions
2462
2468
</data>
2463
2469
<dataname="ID2201"xml:space="preserve">
2464
2470
<value>An existing '{0}' instance is already attached to the execution context.</value>
2471
+
<comment>This resource is no longer used and will be removed in a future version.</comment>
2465
2472
</data>
2466
2473
<dataname="ID2202"xml:space="preserve">
2467
2474
<value>The '{0}' attached to the execution context could not be resolved.</value>
2475
+
<comment>This resource is no longer used and will be removed in a future version.</comment>
2468
2476
</data>
2469
2477
<dataname="ID2203"xml:space="preserve">
2470
2478
<value>A certificate-based proof-of-possession is required to use this token.</value>
2471
2479
</data>
2472
2480
<dataname="ID2204"xml:space="preserve">
2473
2481
<value>The specified certificate-based proof-of-possession is not valid.</value>
2474
2482
</data>
2483
+
<dataname="ID2205"xml:space="preserve">
2484
+
<value>The specified TLS client certificate is not allowed or valid for this operation.</value>
2485
+
</data>
2475
2486
<dataname="ID4000"xml:space="preserve">
2476
2487
<value>The '{0}' parameter shouldn't be null or empty at this point.</value>
2477
2488
</data>
@@ -3315,6 +3326,9 @@ This may indicate that the hashed entry is corrupted or malformed.</value>
3315
3326
<dataname="ID6292"xml:space="preserve">
3316
3327
<value>The payload of the '{0}' reference token was used instead of its reference identifier, which may indicate that the payload stored in the database has leaked and is being used as a regular token.</value>
3317
3328
</data>
3329
+
<dataname="ID6293"xml:space="preserve">
3330
+
<value>Certificate validation failed because the token binding certificate provided by an anonymous client was not valid: {Errors}.</value>
0 commit comments