instructure/ims-lti

Does current implementation support LTI v1.2?

Closed this issue · 5 comments

If not, is there any plans of releasing a v1.2 update?

Thanks!

Is there a specific thing in 1.2 you need. The main thing added in 1.2 is
tool profiles, which this library doesn't support yet.
For most practical purposes there won't be anything extra you need for 1.2.

That said, I don't know of any plans to add 1.2 profiles. Someone probably
will at some point, but most people won't need it.
On Oct 5, 2015 4:16 PM, "Pablo Pazos" notifications@github.com wrote:

If not, is there any plans of releasing a v1.2 update?

Thanks!


Reply to this email directly or view it on GitHub
#62.

Thanks for the quick response!

We have a client that is an LMS provider and asked us to implement v1.2. We're investigating possible tools to use and the versions supported. Also, understanding the differences between versions.

Can you point me to any resource that describe those differences between 1.1 and 1.2 in more depth? With that info we can guide the our client better.

Thanks a lot.

The specification page for 1.2 list the changes between the versions:

http://www.imsglobal.org/specs/ltiv1p2

It's likely that whatever you're doing, if you're 1.1 compliant, you're also 1.2 compliant. There isn't anything different sent at launch time.

I just went through the LTI certification to help test the new suite. The only thing you need to be able to do different for 1.2 is request a Tool Consumer Profile. So, if you have a use for that, go ahead and do it, but it's probably not useful for you.

I'm going to close this since it's been quiet, feel free to reopen it if you still have questions