Hi, I’m calling out to an external API using a POST request from within my rule.
I would like to provide some authentication and authorization in this API (checking the token was issued from Auth0 etc)
I know you’re able to get access on the Context.AccessToken object to the properties of the access token. However i would like to add the actual access_token to my authorization header to send along to my API.
Is this possible, from what i’ve researched it doesn’t seem so.