| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "common": {
- "dataCenter": "test0527",
- "locale": "L2",
- "shrServerName": "http://172.16.38.1:6888",
- "mobileBosUrl": "https://mbos.kdeascloud.com"
- },
- "oauth": {
- "redirect": {
- "enabledAllowed": true,
- "allowedPrefixes": [
- "https://mbos.kdeascloud.com/",
- "http://172.16.38.1:6888/"
- ]
- },
- "apps": [
- {
- "platform": "weaver",
- "appType": "pa",
- "appId": "cce4cd9a-9f55-4976-93b0-4f46b5b28a01",
- "appSecret": "lIQIzvTH8IGOqeQ2vuwLdANf",
- "callbackUrl": "http://172.16.38.1:6888/qy/auth/callback/weaver/pa",
- "authEntry": "/auth/weaver",
- "userMappingField": "PERSON_NUMBER",
- "mobileRedirectType": "TO_MBOS",
- "desktopRedirectType": "TO_SHR",
- "isPrimaryApp": true,
- "isPushBusinessMessage": false,
- "MBosEid": "K172K145K108K99K197"
- }
- ]
- },
- "weaver": {
- "ecologyUrl": "http://172.16.37.23:20600",
- "authorizePath": "/papi/sso/oauth2.0/authorize",
- "accessTokenPath": "/papi/sso/oauth2.0/accessToken",
- "profilePath": "/papi/sso/oauth2.0/profile",
- "logoutPath": "/sp/integration/oauth2.0/logout",
- "enableAuth": true
- }
- }
|