File tree Expand file tree Collapse file tree
HwProj.APIGateway/HwProj.APIGateway.API Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "Services" : {
3+ "Auth" : " http://localhost:5001" ,
4+ "Courses" : " http://localhost:5002" ,
5+ "Notifications" : " http://localhost:5006" ,
6+ "Solutions" : " http://localhost:5007" ,
7+ "Content" : " http://localhost:5008"
8+ },
9+ "Security" : {
10+ "SecurityKey" : " U8_.wpvk93fPWG<f2$Op[vwegmQGF25_fNG2V0ijnm2e0igv24g"
11+ },
12+ "StudentsInfo" : {
13+ "Login" : " " ,
14+ "Password" : " " ,
15+ "LdapHost" : " ad.pu.ru" ,
16+ "LdapPort" : 389 ,
17+ "SearchBase" : " DC=ad,DC=pu,DC=ru"
18+ },
19+ "LtiPlatform" : {
20+ "Issuer" : " http://localhost:5000" ,
21+ "OidcAuthorizationEndpoint" : " http://localhost:5000/api/lti/authorize" ,
22+ "DeepLinkReturnUrl" : " http://localhost:5000/api/lti/deepLinkReturn" ,
23+ "JwksEndpoint" : " http://localhost:5000/api/lti/jwks" ,
24+ "ResourceLinkReturnUrl" : " http://localhost:5000/api/lti/closeLtiSession" ,
25+ "AssignmentsGradesEndpoint" : " http://localhost:5000/api/lti/lineItem" ,
26+ "AccessTokenUrl" : " http://localhost:5000/api/lti/token" ,
27+ "SigningKey" : {
28+ "KeyId" : " " ,
29+ "PrivateKeyPem" : " "
30+ }
31+ },
32+ "LtiTools" : [
33+ {
34+ "id" : 1 ,
35+ "name" : " " ,
36+ "clientId" : " " ,
37+ "initiateLoginUri" : " " ,
38+ "launchUrl" : " " ,
39+ "deepLinking" : " "
40+ }
41+ ]
42+ }
You can’t perform that action at this time.
0 commit comments