The community will undergo maintenance on October 16th at 10:00 PM PDT and will be unavailable for up to one hour.
Hello everyone,
Is it possible to add Google Authentication to a Mashup, let's say, as it's opened?
Thanks and best regards
I am not sure what exactly you mean by adding google authentication to the mashup but authentication in ThingWorx is typically handled by OOTB autheticators on the basis of priority. For example it can be App-key based, generic username-password based, SSO based or even you can define your custom authentication strategy using custom authenticator. This custom way you can create an authentication middle man between a system you have already developed (or are in the middle of creating) and connect it to the ThingWorx Platform.
Thanks,
Mukul Narang
Hello @mnarang,
The scenario would be that of integrating the Google OAuth2.0 flow, possibly on a mashup but in Thingworx in general, as I would like to have access token usable my ThingWorx Services.
Thanks!