HOWTO: Extend OAuth Token request to include resource parameter
Hi, I was recently asked by a customer to include a resource parameter in the OAuth token request such that the request was directed at a specific API. The out of the box flow does not support this, so it is necessary to extend it, there was minima...