Closed
Description
Summary
When an OAuth2 Authorization request encounters a ClientRegistration request that does not exist, it is responding with an InternalServerError.
TestCase
Since the client has made an undefined request, it would be better to modify it in the BAD_REQUEST response.
Does this make sense?