Users may receive different experiences when authenticating using Symantec VIP Mobile PUSH requests
Different authentication methods may result in different PUSH notifications that the user may experience. The VIP Radius authentications (through VIP Enterprise Gateway) are mostly hard coded. While custom Web API authentications have more flexibility in the request parameters.
In order to provide a more consistent user experience, the Web API PUSH notifications will need to be modified to align with the Radius PUSH notifications.
Below are some details about VIP PUSH that map to the API parameters:
| From VIP Enterprise Gateway | From Custom API Script |
| Header text | Header text / Organization name? |
| Body message | Body message |
| Organization name | Organization name? |
| More Body Text (actually profile text) |
You can change these, but it is an API-level change and are not available in the VIP Enterprise Gateway configuration.
VIP Enterprise Gateway customers are not ENTIRELY without customization. You can change part of the body text in the UI or in the config file:
VIP Web API script:
| authenticateUserWithPush() | |
| display.message.title | Ninja Zone |
| display.message.text | Hello IPAS! |
| display.message.profile | Ninja portal |