Skip to content
Discussion options

You must be logged in to vote

I ran a quick test locally, setting the logging filter to return false for every call first and then switching to true to spot the difference.
Then, to trigger the exception logic, the bubbling up and whether or not the middleware chain would continue to run, I triggered an exception from within the discovery endpoint.

Before I share the results of my quick test, I should also point out that the exception filter within the IdentityServerMiddleware will only catch or filter exceptions that occur while processing IdentityServer's endpoints.

Setting the UnhandledExceptionLoggingFilter to always return false

Since I have UseDeveloperExceptionPage logic running in my sample project, when I tri…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by aomader
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants