Does anyone have experience with making get and post calls against the Anaplan API after implementing SSO (SAML 2.0)?
Before we setup SSO, I was able to pass my "username:password" credentials in Base64 to authenticate against the Anaplan REST API and make get + post calls successfully.
Now, when I pass the same credentials I get a bad response from the REST API. I've spoken with my internal network admin and it sounds like setting up a service account is the best solution?
Can anyone confirm if this is true or not?