Changes to the cam_passport cookie

The structure of the cam_passport cookie has changed and its contents may change during a session. SDK applications that assume that the value of the cam_passport cookie is the same as the value of the bibus » CAMPassport » id property will no longer work and will have to be modified.

SDK applications that copy the cam_passport value into the bibus » CAMPassport » id property must be modified. These applications can do one of the following:

  • Copy the CAM section from a successful authentication response into a subsequent request.

  • Add the cam_passport value to the cookieVars section of the BI Bus request.

  • Submit the cam_passport as an HTTP cookie.