When using automation tools, credential injection engines, or Privileged Access Management (PAM) platforms (such as Broadcom/CA PAM) to log into FortiAnalyzer (FAZ) or FortiManager (FMG) versions 7.4.x, 7.6.x, or 8.0.x, the following issues may occur:
CA PAM: Versions 4.2.x and above
Fortinet has migrated the web management portals for these versions to the React JS framework. This transition changes how data input is handled compared to legacy HTML portals:
document.getElementById('username').value = 'admin').""), the application behaves as if no data was entered when the submit button is triggered.To resolve these interoperability issues, CA PAM platform must ensure that React's internal state is updated. Use one of the following methods:
Broadcom/CA PAM credential vaults have released cumulative patches to address React JS input overrides. (This is fixed from CA PAM Version 4.1.5+)
input or change events that React listens to, forcing the Virtual DOM to sync with the injected text.The above applies for all the Web portals that make use of React JS.