Hi all,
I have been struggling to make a custom API auth flow work. When I set things up on my API resource, everything seems fine. As you can see below, I am returning a bearer token successfuly, and I think I am correctly saving it to a variable:
Then, I am setting the Authorization token in the Header, which I am pretty sure is correct (as I have hardcoded it successfuly before):
However, when I authenticate with this resource (I get the success message), as follows, I get a message that the format is incorrect:
Based off previous experience, I suspect that the variable is not being passed into the request properly.
Unfortunately the obfuscation in the API response makes it hard to debug:
Any help would be much appreciated!