How to send token key generated from response to OAuth2.0
Hi,
Please let me know how to add token generated from response in Authorization token(OAuth 2.0).
Our requirement is capture the response(token) from one end point and to pass this token to OAuth in other endpoints .
Please provide an example script for this
Thanks