integration-config-prod.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "common": {
  3. "dataCenter": "test0527",
  4. "locale": "L2",
  5. "shrServerName": "http://172.16.38.1:6888",
  6. "mobileBosUrl": "https://mbos.kdeascloud.com"
  7. },
  8. "oauth": {
  9. "redirect": {
  10. "enabledAllowed": true,
  11. "allowedPrefixes": [
  12. "https://mbos.kdeascloud.com/",
  13. "http://172.16.38.1:6888/"
  14. ]
  15. },
  16. "apps": [
  17. {
  18. "platform": "weaver",
  19. "appType": "pa",
  20. "appId": "cce4cd9a-9f55-4976-93b0-4f46b5b28a01",
  21. "appSecret": "lIQIzvTH8IGOqeQ2vuwLdANf",
  22. "callbackUrl": "http://172.16.38.1:6888/qy/auth/callback/weaver/pa",
  23. "authEntry": "/auth/weaver",
  24. "userMappingField": "PERSON_NUMBER",
  25. "mobileRedirectType": "TO_MBOS",
  26. "desktopRedirectType": "TO_SHR",
  27. "isPrimaryApp": true,
  28. "isPushBusinessMessage": false,
  29. "MBosEid": "K172K145K108K99K197"
  30. }
  31. ]
  32. },
  33. "weaver": {
  34. "ecologyUrl": "http://172.16.37.23:20600",
  35. "authorizePath": "/papi/sso/oauth2.0/authorize",
  36. "accessTokenPath": "/papi/sso/oauth2.0/accessToken",
  37. "profilePath": "/papi/sso/oauth2.0/profile",
  38. "logoutPath": "/sp/integration/oauth2.0/logout",
  39. "enableAuth": true
  40. }
  41. }