Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when running /consumersettings #22

Open
guicostaarantes opened this issue Jul 5, 2023 · 0 comments
Open

Error when running /consumersettings #22

guicostaarantes opened this issue Jul 5, 2023 · 0 comments

Comments

@guicostaarantes
Copy link

Context

Integration with Learnosity stopped working after a deploy on July 3rd. Opening devtools, I found that the issue happens on a POST call to https://authorapi.learnosity.com/v2021.3.LTS/consumersettings, which responds with the error message: Invalid authentication parameter length. Check the following parameter(s): consumer_key, timestamp, signature

Comparing the failing environment with a deploy that happened last week, there is indeed a change in the size of signature, from 64 to 68.

Looking at recent commits to master, this one adds a prefix $02$ to the signature, so it could be causing an issue down the line when another bit of code expects the signature to be of size 64.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant