Skip to main content
1-Visitor
January 11, 2022
Question

How to show error message or invalid page after logout user session

  • January 11, 2022
  • 1 reply
  • 861 views

Hi, I have customize login page where user can login and after login it showing home mashup.
Now if I logout the user and tried to open home mashup directly without login the user then I want to show some error message of access denied, invalid service or invalid page. suggest some solution for it.

 

1 reply

22-Sapphire I
January 11, 2022

Usually a form of SSO or custom Authenticator is used to catch this type of access attempt and it will redirect them to the proper login page.

Anything to capture a navigation to a secured ThingWorx page will have to be something custom to re-direct them otherwise since it will be functioning outside of ThingWorx.