FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
02-12-2024 09:51 AM
Hello everyone,
is it possible to connect a 3rd-party-system to the CtrlX Data Layer via oauth2?
The goal is to access data of the Data Layer.
Thank you!
Solved! Go to Solution.
02-14-2024 07:39 AM
This is currently not possible nor planned.
03-18-2024 11:28 AM
OAuth2 is mentioned in swagger. This could be misleading if its not implemented:
03-19-2024 02:52 PM
Hello @CodeShepherd ,
which methods can be useed instead of 0Auth2?
We need access to the Data Layer from a 3rd-party-system.
Thanks in advance.
03-19-2024 03:16 PM
Hi @E_Stapel ,
How are you trying to access the datalayer?
For REST API, the standard is bearer token authentication. Bearer tokens are obtained by request with authorized user credentials from the Authorization and Authentication API.
Here is an example request:
Similarly, SDK clients can access datalayer resources using authorized user credentials. See the Python datalayer client sample.
03-20-2024 10:08 AM
Hello @Sgilk ,
thank you for the quick answer.
Currently is the idea to connect the 3rd-party-system via http- and REST-protocols with json-format and the authentification should run with client certificates.
Is that possible?