Skip to main content
1-Visitor
September 11, 2020
Question

Adding Google Authentication to Mashup

  • September 11, 2020
  • 1 reply
  • 1074 views

Hello everyone,

 

Is it possible to add Google Authentication to a Mashup, let's say, as it's opened?

 

Thanks and best regards

1 reply

5-Regular Member
September 15, 2020

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

Raccone1-VisitorAuthor
1-Visitor
September 15, 2020

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!