Summary
When configuring the SessionTokenAuthenticator in the UI with the Session Token Path as ‘body.token’, a KeyError is raised indicating that the path is not found.
Question
Hello I am working on a SessionTokenAuthenticator
configuration and when I try to configure the session token through the UI I have this output when I authenticate myself with the token (screenshot 1), i fill the Session Token Path with “body.token” (screenshot 2) and I have always the same error "File "/root/.pyenv/versions/3.9.11/lib/python3.9/site-packages/dpath/util.py", line 179, in get raise KeyError(glob) KeyError: ['body.token']"
Could you please help me to solve this which seems quite basic
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want to access the original thread.