FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
Dear Community User! We have started the migration process.
This community is now in READ ONLY mode.
Read more: Important
information on the platform change.
04-21-2022 01:59 PM
Hi to everyone,
I am supporting a potential ctrlX world partner who wants to create an app that uses the ctrlX core SN as a varibale inside his app.
Is there a way from inside an (SN)APP to get this value? I know that is possible to achieve it using rest API but this implies that the app knows the customer credentials which are not standard.
Really thanks 🙂
Solved! Go to Solution.
04-22-2022 11:17 AM
Hello Mauro
with the RM22.03 partner apps can have the possibility to use a "Service_To_Service" authentication.
https://boschrexroth.github.io/ctrlx-automation-sdk/s2sauth.html
Means the app itself can have the access to read the SN via REST. No need to insert user credentials.
Regards
Jochen
04-22-2022 11:30 AM
Hi,
I was defenitely looking for something like that. Thanks 😎
Mauro
04-26-2022 07:28 AM
Hello Jochen_Mueller,
that's exactly what I was looking for. Sounds like a good solution.
Can the described "Service_To_Service" communication also be used with an unsigned app during app development to build in and test the function?
In this case the app is not signed.
Regards
WolfgangDannert
05-11-2022 01:44 PM
Hi,
Does anyone know anything about this and can answer the question?
05-11-2022 03:04 PM
The app does not need to be signed for this.