We're in the process of moving our Adobe Project from JWT to OAuth, and have generated the new Oauth creds, along with updating the connector-umpai.yml file as advised in the GitHub notes.
However, we're getting the error:
umapi_client.error.RequestError: Request Error (401): {"lastPage":false,"result":"error.organization.invalid_id","message":"UNAUTHORIZED"}
2025-01-14 16:45:34 5708 INFO main - ========== End Run (User Sync version: 2.11.0) (TEST MODE) (Total time: 0:00:01)
We've confirmed the ID in the connector-umapi is correct, and this same ID works fine on the old JWT. Below is the setup of the YML file (with information redacted)
authentication_method: oauth
enterprise:
client_id:
client_secret:
org_id:
Can you advise what we might be missing here?
Thanks.