--
You received this message because you are subscribed to the Google Groups "Tsugi Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tsugi-dev+...@apereo.org.
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/tsugi-dev/cdc2ba31-60ce-4bc3-af71-bc9f112fd3f1n%40apereo.org.
Jamal,
There are a lot of ways things can go wrong. That message is pretty useless in terms of figuring out what is wrong.
There is a concept of a base string - once you see the base string on both sides then you can debug things. Tsugi drops the base string into its logs and is included in a header if you do look at the message Tsugi sends back in your developer console.
For me the first thing I do is figure out which side is weird. I do this by plugging this into Blackboard:
https://www.tsugi.org/lti-test/
Then I use it to launch Tsugi using the values you are expecting.
That splits the problem into two smaller problems.
/Chuck