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
Hi there!
First of all , Thanks for making Php package of LTI.I am trying to hit [localhost:9001/login](localhost url) but it says :
Missing "target_link_uri" param and Fatal error: Uncaught IMSGlobal\LTI\OIDC_Exception: Could not find issuer in /srv/app/vendor/imsglobal/lti-1p3-tool/src/lti/LTI_OIDC_Login.php:101 Stack trace: #0 /srv/app/vendor/imsglobal/lti-1p3-tool/src/lti/LTI_OIDC_Login.php(56): IMSGlobal\LTI\LTI_OIDC_Login->validate_oidc_login(Array) #1 /srv/app/web/login.php(8): IMSGlobal\LTI\LTI_OIDC_Login->do_oidc_login_redirect('http://localhos...') #2 {main} thrown in /srv/app/vendor/imsglobal/lti-1p3-tool/src/lti/LTI_OIDC_Login.php on line 101
There is no suck key exists in example.json , however I have target_link_uri : see this. I am running docker-compose up --build .Also after successfully running this repo , will we be certified ? because I already successfully published testing tool here : (https://lti-ri.imsglobal.org/platforms/1366)
Could you please help me out ?
The text was updated successfully, but these errors were encountered:
But it would be great if the code would simply run when you spin it up.
(that solves the 'Could not find issuer' error. I hadn't the 'target_link_uri' error)
Hi there!
First of all , Thanks for making Php package of LTI.I am trying to hit [localhost:9001/login](localhost url) but it says :
Missing "target_link_uri" param and
Fatal error: Uncaught IMSGlobal\LTI\OIDC_Exception: Could not find issuer in /srv/app/vendor/imsglobal/lti-1p3-tool/src/lti/LTI_OIDC_Login.php:101 Stack trace: #0 /srv/app/vendor/imsglobal/lti-1p3-tool/src/lti/LTI_OIDC_Login.php(56): IMSGlobal\LTI\LTI_OIDC_Login->validate_oidc_login(Array) #1 /srv/app/web/login.php(8): IMSGlobal\LTI\LTI_OIDC_Login->do_oidc_login_redirect('http://localhos...') #2 {main} thrown in /srv/app/vendor/imsglobal/lti-1p3-tool/src/lti/LTI_OIDC_Login.php on line 101
There is no suck key exists in example.json , however I have target_link_uri : see this. I am running
docker-compose up --build
.Also after successfully running this repo , will we be certified ? because I already successfully published testing tool here :(https://lti-ri.imsglobal.org/platforms/1366)
Could you please help me out ?
The text was updated successfully, but these errors were encountered: