Hamish Moffatt
Hamish Moffatt
How can the remove_login_form be used now?
The compile error is ``` 1> main.cpp 1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xrefwrap(283): error C2064: term does not evaluate to a function taking 2 arguments 1> C:\Program Files (x86)\Microsoft Visual...
I think you will find this is because of issue #78
I think the libraries will be compatible with both, so you can just include both compilers in the image if you want to support this. I have successfully compiled and...
Same as #61 . There is an error in the JWKS endpoint in the Flask demo.
It looks like the Blackboard jwttoken endpoint returned the 504. You could compare the data that is sent when it works versus when it doesn't. But it may just be...
developer.blackboard.com has 6 different IPs, so you could be hitting a different server. Also, are all the headers the same?
What about the HTTP headers then?
You could have cookies or headers set in a requests session that are different/absent in the test code.
> Question is: Is it possible to filter those keys based on the LTI login/launch request and only return the set of keys belonging to the account doing the request?...