Hello, I’m trying this new Expiring Token Access authentication method but when I try to create an authentication the parameter information does not seem to save.
So what I did was create an authentication, change the URL, body parameters, and header key, but when I updated my data, I got an error message of invalid token access. So I tried editing the authentication to see if anything was missing and noticed that the body parameters and the header key went back to default.
Could that be the reason I got an error message? My authentication only needs a username, password, and grant-type on the body parameters, and change content-type to application/x-www-form-urlencoded. Tested on Postman, and worked fine.