I try to generate token:
the respons is:
{
"error": "unauthorized tenant",
"error_description": "authentication failed "
}
What is wrong with my call? Are there some additional setting to do?
Colling
https://na-1-dev.api.opentext.com/tenants/<tenant_id>/oauth2/token
works fine.
Note that the Tenant service account credentials are different from the Organization service account.
Did you reset the 'Tenant service account' credentials for your tenant?
Yes, I reset both of them. I put the same password for both of them.
Finally I managed to obtain token, by resetting passwords and generating new credentials.
Thanks,
IMozes