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
Defines a way to automate the exchange of registration information between platforms and tools that use the OpenId Connect and oAuth 2 registration flows, allowing platform administrators to automate tool registrations and avoid tedious and possibly error prone manual configuration while remaining in control of granting or denying tools access to the platform.
The text was updated successfully, but these errors were encountered:
I built out a (very rough) implementation of Dynamic Registration for a django-lti sample app that we have. I avoided using pylti1p3 functionality since it's not clear whether changes will ever be merged there. Here's a Gist with a clip of the relevant code: https://gist.github.com/cmurtaugh/6a08cc2d3c717e2570ce7ca47d2ba9aa
Spec available at https://www.imsglobal.org/spec/lti-dr/v1p0
The text was updated successfully, but these errors were encountered: