WeBWorK Main Forum

Canvas LTI 1.3 authentification issue

Re: Canvas LTI 1.3 authentification issue

by Thomas Mullaly -
Number of replies: 0
Thanks, that has fixed the issue. I added this to my nginx config:
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;