Setting JavaScript parameters

Sourcing JavaScript describes the VIP integration code that provides JavaScript for sourcing with the query parameters.
Example JavaScript URL:
https://userservices.vip.symantec.com/vipuserservices/resources/ js/v_1_0/vip?appId=appid_from_vipmanager&idpURL=url_to_saml_idp &includejQuery=true_or_false
Sourcing JavaScript
Parameter
Description
appID
A unique identifier specific to your account.
idpURL
The URL from which an unsolicited Security Assertion Markup Language (SAML) assertion can be generated for the VIP Self Service Portal.
To enable out-of-band security codes for sign-in, the SAML assertion needs to include at least one of the following attributes:
  • PHONE
  • EMAIL
  • MOBILE
includejQuery
Controls whether to include the jQuery library.
If the value is
true
(default), a copy of jQuery version 1.6.2 is included in the VIP JavaScript. If you use your own copy of jQuery without compatibility issues, this value should be set to
false
.
&enhancedDFEnabled
If the value is
true
, enables enhanced device fingerprinting.