Open uc-sgu opened 3 years ago
Thanks.
Should I always generate a new RSA key for every new LTI 1.3 integration?
How can I generate an RSA key for LTI 1.3 integration?
Can you please confirm?
I wonder if providing a JWS URL is part of lti-php
or not? On the one hand, lti-php
supports LTI 1.3, and the chapter "Initialising a tool" in the documentation explains where a RSA key needs to be placed. On the other hand it seems that one needs something like https://gist.github.com/kmuenkel/37ead59ff01f56ee881744c11360b00c to tell the platform the public key. Is that correct or did I miss an important feature of lti-php
?
Hello,
I am working to implement LTI 1.3 and I need help with the RSA key and JWK.
how to generate an RSA private key and a matching JWK for LTI 1.3 integration?