integration-config-test.json 915 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "common": {
  3. "dataCenter": "shr2601",
  4. "locale": "L2",
  5. "mobileBosUrl": "https://mbos.kdeascloud.com",
  6. "shrServerName": "https://shr-test.gooeto.com:6888"
  7. },
  8. "oauth": {
  9. "redirect": {
  10. "enabledAllowed": false,
  11. "allowedPrefixes": [
  12. "https://shr-test.gooeto.com:6888/",
  13. "https://mbos.kdeascloud.com/"
  14. ]
  15. },
  16. "apps": [
  17. {
  18. "platform": "dingtalk",
  19. "appType": "pa",
  20. "appId": "appId",
  21. "appSecret": "appSecret",
  22. "callbackUrl": "https://shr-test.gooeto.com:6888/qy/auth/callback/dingtalk/pa",
  23. "authEntry": "/auth/dingtalk",
  24. "userMappingField": "user_Number",
  25. "mobileRedirectType": "to_mbos",
  26. "desktopRedirectType": "to_mbos",
  27. "isPushBusinessMessage": false,
  28. "isPrimaryApp": true,
  29. "MBosEid": "eid"
  30. }
  31. ]
  32. },
  33. "openApi": {
  34. "enableAuth": true
  35. }
  36. }