You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would probably start by checking if https://auth.brightspace.com/core/connect/token responds with a correct Content-Length header value. It does look to me that this request handler is either not setting it, or setting it to a value smaller that the response size actually is.
On migrating from 5 to 6 we get a failure in the LtiServiceClient.
We reverted #109 (removing the array for the CLAIM_AUD on 207) which fixed the issue.
The text was updated successfully, but these errors were encountered: