integration-config-prod.json 1.2 KB

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