I'm implementing a custom user approval page, and would like to display some meaningful information about the client in addition to the id (which, in my current scheme, is not intended to be human readable). I see there is an authorizationRequest passed to the view, which gives me access to the clientId, but I do not see the actual client.

Is there a way to get at that without 1) putting logic to load the client in the view, or 2) having to implement custom approval handling classes? Am I missing a request attribute that is set elsewhere in the call stack?

Thanks.

-Bob