What Session Token Path to use? #42436
Unanswered
AlxGlx
asked this question in
Connector Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’m struggling with the requirement to have a Session Token Path.
The response from the token provider is in the form:
{
"status": 200,
"body": "[ACCESSKEY]",
"headers": {
…
}
}
As the access token is directly in the body with no identifier, what Path do I use?
I have tried *, {}, [] and all seem to result in a “KeyError”. Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions