Skip to main content
6-Contributor
April 26, 2023
Question

How to embed the mashup directly from the front-end, bypassing the login info without exposing key

  • April 26, 2023
  • 1 reply
  • 736 views

Hi everyone
    My application scenario is that the mashup application is directly accessed through the micro application, and there is no user login during this process. How do I need to achieve this?

Requirements: The access connection cannot expose Appkey and user information.
Do I need to use Authenticator to realize the function?


Has anyone implemented it or has a similar case there?
Please let me know if you know


Thank you so much and have a great life

 

1 reply

17-Peridot
April 26, 2023

@YF_9574894 ,

 

If you want a scenario where a user does not have to log in to ThingWorx or expose an application key, I would suggest using Single Sign-on if that is something that your team uses.  If you do not use SSO, you may need to craft some custom Authenticator to meet your specific need.

 

- Nick