OAuth 2.0 Client Credentials for registration to Data Hub

0
Hi, I would like to registrate a new Mendix app to Data Hub via OAuth 2.0. To registrate on the Mendix Authentication Server “https://login.mendix.com” I need following values from my App: OAuth ID (ClientID) and OAuth secret (ClientSecret). Where do I get this both infos or where can I generate this id and secret? Thanks!
asked
2 answers
0

Hi Jochen,

could you elaborate a bit more on what you mean with “registrate a new Mendix app to Data Hub via OAuth 2.0”.

If you are trying to use our APIs to register a data source, you can generate an API token to authenticate your calls.

https://docs.mendix.com/data-hub/data-hub-catalog/register-data#registration-api

BR

Georg

answered
0

Hi Georg,
I use the Mendix project “Tc_OData_Schema_Generator_2.0” to register Teamcenter Datasets to the Data Hub Catalog.

Here are OAuth credentials necessary. I use for AuthenticationServer “https://login.mendix.com” but for ClientID (The OAuth ID) and ClientSecret (The OAuth secret) ???

Your suggestion with the API I had alread tried without success. I have used e.g. a Personal Access Token (https://warden.mendix.com) or the API Keys in General App Settings. Any other ideas?

Thanks, JOCHEN

answered