-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathgame.json
90 lines (90 loc) · 4.13 KB
/
game.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"http://imsglobal.org": [{
"default": true,
"client_id": "pytest12345",
"auth_login_url": "https://lti-ri.imsglobal.org/platforms/370/authorizations/new",
"auth_token_url": "https://lti-ri.imsglobal.org/platforms/370/access_tokens",
"key_set_url": "https://lti-ri.imsglobal.org/platforms/370/platform_keys/361.json",
"key_set": {
"keys": [
{
"kty": "RSA",
"e": "AQAB",
"n": "r3WB5ECKptJliYft6F_XJysCy1KevoGJgKNHgdVR20lplUv1SzRH1mifzOmEzxWM0kj6blS7SRxK9GFGs6optHAmzcb6_joegKzLHSj14RRVSoI0MgyltJcAl8z6d4yZ9KobV8OvpICnMgsGO20Wih-Cq-oSUjtJT7WET3GZmzmM9MzamiGsCtC0dUWdDOW1FOMzTt8et9YA5jOfkLdJdPyZ5mdUZjBkYMlDGoD8fPRPdS9M-uczxvUeuKvyy1BVGlu5AG0xy-wN1tKjSE1iuC5Kkm39CZwQXBRpStDExWw_ApzP40SK3CKez4ls3jjkE3i4CpJSgLn1D8rT6wOpJw",
"kid": "uhMfBQzVLmaJNU9c1am2X9pTzcEYhgYL2hO6hbYAvdw",
"alg": "RS256",
"use": "sig"
}
]
},
"private_key_file": "private.key",
"public_key_file": "public.key",
"deployment_ids": ["py1234"]
}],
"https://canvas.instructure.com": [{
"default": true,
"client_id": "10000000000003",
"auth_login_url": "http://canvas.test/api/lti/authorize_redirect",
"auth_token_url": "http://canvas.test/login/oauth2/token",
"key_set_url": "http://canvas.test/api/lti/security/jwks",
"key_set": null,
"private_key_file": "private.key",
"public_key_file": "public.key",
"deployment_ids": ["2:4dde05e8ca1973bcca9bffc13e1548820eee93a3"]
}, {
"client_id": "10000000000004",
"auth_login_url": "http://canvas.test/api/lti/authorize_redirect",
"auth_token_url": "http://canvas.test/login/oauth2/token",
"key_set_url": "http://canvas.test/api/lti/security/jwks",
"key_set": null,
"private_key_file": "private.key",
"public_key_file": "public.key",
"deployment_ids": ["3:4dde05e8ca1973bcca9bffc13e1548820eee93a3"]
}],
"ltiadvantagevalidator.imsglobal.org": [{
"default": true,
"client_id": "imstestuser",
"auth_login_url": "https://ltiadvantagevalidator.imsglobal.org/ltitool/oidcauthurl.html",
"auth_token_url": "https://oauth2server.imsglobal.org/oauth2server/authcodejwt",
"key_set_url": "https://oauth2server.imsglobal.org/jwks",
"key_set": null,
"private_key_file": "cert_suite_private.key",
"public_key_file": null,
"deployment_ids": ["testdeploy"]
}],
"https://blackboard.com": [{
"default": true,
"client_id": "client-id",
"auth_login_url": "https://developer.blackboard.com/api/v1/gateway/oidcauth",
"auth_token_url": "https://developer.blackboard.com/api/v1/gateway/oauth2/jwttoken",
"key_set_url": "https://developer.blackboard.com/api/v1/management/applications/<your client id>/jwks.json",
"key_set": null,
"private_key_file": "private.key",
"public_key_file": "public.key",
"deployment_ids": ["deployment-id"]
}],
"https://partners.brightspace.com": [{
"default": true,
"client_id": "client-id",
"auth_login_url": "https://partners.brightspace.com/d2l/lti/authenticate",
"auth_token_url": "https://auth.brightspace.com/core/connect/token",
"auth_audience": "https://api.brightspace.com/auth/token",
"key_set_url": "https://partners.brightspace.com/d2l/.well-known/jwks",
"key_set": null,
"private_key_file": "private2.key",
"public_key_file": "public2.key",
"deployment_ids": ["deployment-id"]
}],
"http://moodle.test": [{
"default": true,
"client_id": "LyRl2z2Ai4Vxgok",
"auth_login_url": "http://moodle.test/mod/lti/auth.php",
"auth_token_url": "http://moodle.test/mod/lti/token.php",
"auth_audience": null,
"key_set_url": "http://moodle.test/mod/lti/certs.php",
"key_set": null,
"private_key_file": "private.key",
"public_key_file": "public.key",
"deployment_ids": ["1"]
}]
}