Yes that's correct. Client credentials Will have role assignment and that should have tenant info.
Original Message:
Sent: 02-21-2025 07:18
From: Trevor Burn
Subject: 504 Timeouts on Authentication endpoint
Thanks for the tip, but unfortunately that didn't solve my problem. Just to be clear, the ClientID being referenced is the one that I named on the Client Credentials page and not the tenant, customer, or environment ID, correct?
------------------------------
Trevor Burn
Assent
Original Message:
Sent: 02-20-2025 20:21
From: Radhakrishnan Ramalingam
Subject: 504 Timeouts on Authentication endpoint
Hi,
Auth API for Client Credentials.
https://auth.reltio.com/oauth/token?client_id=<ClientId>&client_secret=<ClientSecret>&grant_type=client_credentials
------------------------------
Radhakrishnan Ramalingam Architect
Majix Solutions Inc
San Ramon, CA
Original Message:
Sent: 02-20-2025 14:41
From: Trevor Burn
Subject: 504 Timeouts on Authentication endpoint
I'm looking to play around with the API in the training environment that I was provisioned. I've created an appropriate client using the Client Credentials app, but I keep getting 504 timeout errors. Here is an anonymized cURL snippet representing the Postman request I'm attempting to send:
curl --location 'https://auth.reltio.com/oauth/token' \--header 'Authorization: Basic <base_64_encoded_from client_id:client_secret>' \--header 'Content-Type: application/x-www-form-urlencoded' \--data-urlencode 'grant_type=client_credentials'
I'm able to confirm that my authorization base 64 is correct as I get appropriate errors if I change anything about it (including generating it with the wrong secret).
Is this a limitation of the training tenant? Or is there something else going on?
Thanks
------------------------------
Trevor Burn
Assent
------------------------------