3 weeks ago
I've generated App Credentials using the new capability in the Developer Cockpit (Auth Management tab).
I've tried using these new credentials with the API but haven't been successful. Could anyone confirm which endpoint can be used to generate a token with these credentials?
I've been using the new Token Management Service, but the docs imply that this should only be used with the app credentials as generated from the Operator tenant. Is there a different endpoint that can receive these credentials on a Developer tenant?
Thanks
Solved! Go to Solution.
3 weeks ago
3 weeks ago
@dlouzan Thanks for the reply.
I assumed that as well, but the App Credentials generated by the developer cockpit do not seem to work with the OAuth endpoint.
I'm trying to use the App Credentials (generated in dev cockpit) to retrieve data from the developer tenant.
3 weeks ago
3 weeks ago
@C_Elliott Excellent...that works! thanks!
2 weeks ago
Thanks it also worked for me !!!
Actually in Documentation of this API - https://gateway.eu1.mindsphere.io/api/technicaltokenmanager/v3/oauth/token
they have missed "hostTenant":"DevTenant" and "userTenant":"DevTenant"
2 weeks ago
2 weeks ago
Thanks , I saw it today and it was there in the documentation :-)
{ "appName": "testapplication", "appVersion": "1.0.0", "hostTenant": "diop1", "userTenant": "diusr3" }