Hello. Im trying to exchange access token using the following guide: Set up OAuth 2.0 On-Behalf-Of Token Exchange
But it fails with error: {"error":"invalid_request","error_description":"The required parameter 'actor_token' is missing."} Am I missing something? This guide doesn’t say anything about actor_token…
Include the actor_token in your token exchange request. This should be the access token of the client application making the request on behalf of the user.
Ensure your request includes both the actor_token and subject_token parameters. The subject_token should be the user’s access token that you’re trying to exchange.