I can't authenticate to the vRSLCM API following the instructions at this page:
https://code.vmware.com/docs/12743/vrealize-suite-lifecycle-manager-8-2-api-programming-guide
"Authentication
The request examples assume that you are using basic access authentication with a token for a local user, such as user@local. The example token is the Base64 encoded value of "username:password", where the username is admin@local and password is the password for admin@local."
I base64 my username and password, separated by a :, add it as an Authorization header, and get 401.
Anyone have this working?