https://vcops.domain.com/suite-api/api/auth/token/acquire with local user succeeds https://vcops.domain.com/suite-api/api/auth/token/acquire with VIDB user failsVCF Operations 9.0.x
In order to use VIDB user to authorize API you will need to generate access token from VIDB for the user, and then use the access token to invoke the VCF Operations APIs.
You can use password grant flow documentation Get Access Token to get the access token for the VIDB user.
Once you retrieve the access token for VIDB user, you can invoke VCF Operations APIs by passing 'Authorization' header with value 'VIDBToken <access-token>'