Launches the Breakout example tool in Docker at http://127.0.0.1:9001.
Start it with docker compose up -d in lti-1-3-php-example-tool before launching.
Registration
| Platform / Issuer ID | http://127.0.0.1:8000/platform |
|---|---|
| Client ID | koa-lti-example-tool |
| Deployment ID | koa-lti-example-1 |
| Authentication request URL | http://127.0.0.1:8000/lti1p3/oidc/authentication |
| Access token URL | http://127.0.0.1:8000/lti1p3/auth/defaultKeySet/token |
| Platform JWKS | http://127.0.0.1:8000/lti1p3/.well-known/jwks/defaultKeySet.json |
| Tool OIDC login | http://127.0.0.1:9001/login.php |
| Tool launch | http://127.0.0.1:9001/game.php |
| Tool JWKS | http://127.0.0.1:9001/jwks.php |
| AGS lineitems | http://host.docker.internal:8000/platform/service/ags/contexts/demo/lineitems |
| NRPS memberships | http://host.docker.internal:8000/platform/service/nrps/contexts/demo/memberships |
Tool registration lives in
lti-1-3-php-example-tool/src/db/configs/local.json (gitignored).