c# - IdentityServer3 - Exception handling -


is there way handle exceptions ourselves. have custom user service code inside our identityserver project , know without diving through logs when errors occur.

we have centralized error logger our apps. i'd imagine similar needed if using 3rd party exception lib (airbrake etc).

is there possible @ moment or ticket solving problem https://github.com/identityserver/identityserver3/issues/2012

if care error logging - event service log unhandled exceptions.

the issue mentioned allow have more control on direct error handling (e.g. setting custom http response) - that's backlog right now.


Comments

Popular posts from this blog

SVG stroke-linecap doesn't work for circles in Firefox? -

routes - Laravel 4 Wildcard Routing to Different Controllers -

cross browser - XSLT namespace-alias Not Working in Firefox or Chrome -