We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb091b0 commit efe2b8fCopy full SHA for efe2b8f
1 file changed
HwProj.APIGateway/HwProj.APIGateway.API/appsettings.json
@@ -31,14 +31,13 @@
31
},
32
"LtiTools": [
33
{
34
- "id": 1,
35
- "name": "",
36
- "Issuer": "",
37
- "clientId": "",
38
- "JwksEndpoint": "",
39
- "initiateLoginUri": "",
40
- "launchUrl": "",
41
- "deepLinking": ""
+ "name": "Local Mock Tool",
+ "Issuer": "Local Mock Tool",
+ "clientId": "mock-tool-client-id",
+ "JwksEndpoint": "http://localhost:5000/api/mocktool/jwks",
+ "initiateLoginUri": "http://localhost:5000/api/mocktool/login",
+ "launchUrl": "http://localhost:5000/api/mocktool/callback",
+ "deepLinking": "http://localhost:5000/api/mocktool/callback"
42
}
43
]
44
0 commit comments