serlo / serlo-editor-for-edusharing

https://serlo-editor-for-edusharing.vercel.app
Apache License 2.0
4 stars 3 forks source link

Add test: LTI launch fails with error message when id_token.iss sent by edu-sharing is not a registered platform URL. #175

Closed LarsTheGlidingSquirrel closed 1 year ago

LarsTheGlidingSquirrel commented 1 year ago

Platform needs to be registered in Provider.registerPlatform(...) (lti.js)

Could be a likely error during integration of the editor into edu-sharing. Setting a platform url needs to be done in the serlo editor container through env variables but also in the edu-sharing configuration. When these do not match, there should be an error message.

LarsTheGlidingSquirrel commented 1 year ago

Closed by https://github.com/serlo/ece-as-a-service/pull/185