Hello Folks,
I'm trying to validate the basic LTI launch request by the shared secret with vendor and the received payload in LTI launch request.
Steps which I have done so far is,
1. Remove the oauth_signature key and value from the received payload(POST LTI launch request) Considered all key values except oauth_signature.
2. Sort the keys of the payload in ascending order
var obj=sortPayload(req.body);
3. Generate a string for each encoded key and encoded values in a loop, for example,
var str = ''";
On Sep 6, 2020, at 22:16, Veeresh Digasangi <veer...@talview.com> wrote:
--
---
You received this message because you are subscribed to the Google Groups "Canvas LMS Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to canvas-lms-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/canvas-lms-users/7ffef523-fc25-4b01-851f-65775be54078n%40googlegroups.com.