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 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?
The text was updated successfully, but these errors were encountered: