Commit 5f0598e6 by Kevin Falcone

Merge pull request #2258 from edx/jibsheet/whitelist-lti-provider

Whitelist the lti_provider endpoint
parents 2a482e9e ec12c57f
......@@ -149,6 +149,11 @@ error_page {{ k }} {{ v }};
try_files $uri @proxy_to_lms_app;
}
# No basic auth on the LTI provider endpoint, it does OAuth1
location /lti_provider {
try_files $uri @proxy_to_lms_app;
}
location /courses {
{%- if EDXAPP_ENABLE_RATE_LIMITING -%}
# Set Limit
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment