Hi,
I'am using OAuth authentication with Web Api. And for audit purpose I need to capture the returned json that contain the access_token and the refresh_token. I've tried to use a DelegationHandler but no success, seems that the Authentication process in out of the reach of the handler.
Is there any way to capture the json returned to the client ?
Thank you !