Could someone help me find the proper Authentication URL for the "Load into Core Content" module in Content Bridge? See the screenshot below. I have tried several options but they all throw a 404 when testing the connection.
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
Hi,
the authentication endpoint is described here: Authentication | Developer | OpenText
In your case it should be:
https://eu-1.api.opentext.com/tenants/<TENANT ID>/oauth2/token
You need the credentials from an extension app: Creating an extension app | Developer | OpenText
Regards,
Bernhard Mayer
Dear Bernhard,
Thanks for your input! Using Fiddler I have found that the correct authentication URL is actually https://eu-1.api.opentext.com/tenants/<tenantID>/oauth2.
Content Bridge apparently appends the rest.
In Fiddler it shows an access token too. However, on the subsequent call to cms it seems to omit the access token:
When I test the call in Postman (with the same request and token), and I get an internal server error. Any idea?