diff --git a/lti/views.py b/lti/views.py index 95c41f75..3b0f9767 100644 --- a/lti/views.py +++ b/lti/views.py @@ -93,6 +93,7 @@ class OIDCLoginView(View): # Create tool config for this platform tool_config = DjangoToolConfig.from_platform(platform) + print(f"Tool config: {tool_config._config}", flush=True) # Wrap Django request for PyLTI1p3 lti_request = DjangoRequest(request)