According to the Javadoc of thei should throw anCode:ClientDetailsService
when a client does not exist/is blocked/... (never return null). When i do that the authorization endpoint shows a 5XX exception whenever this actually happens.Code:OAuth2Exception
do i have to handle these exceptions in my exception-resolver myself or is there some support out of the box?
