We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d70c666 commit 58b6dfbCopy full SHA for 58b6dfb
src/OpenIddict.Server/OpenIddictServerConfiguration.cs
@@ -406,7 +406,7 @@ descriptor.Type is OpenIddictServerHandlerType.Custom &&
406
descriptor.Type is OpenIddictServerHandlerType.Custom &&
407
descriptor.FilterTypes.All(type => !typeof(RequireDegradedModeDisabled).IsAssignableFrom(type))))
408
{
409
- throw new InvalidOperationException(SR.GetResourceString(SR.ID0467));
+ throw new InvalidOperationException(SR.GetResourceString(SR.ID0466));
410
}
411
412
if (options.RevocationEndpointUris.Count is not 0 && !options.Handlers.Exists(static descriptor =>
0 commit comments