Logging out and redirecting to an URL
My goal is simply to log the user out from ThingWorx and redirect to a custom URL. However I've ran in to several issues trying to achieve this.
Official "Logout button" widget:
The main issue is that there is no possibility to redirect to an URL, only to a mashup so this seems like a dead-end.
Customized "Logout button" widget by PTC Labs:
This widget logs out and redirects correctly as long as the url is external. When trying to redirect to a "/Thingworx/*" URL on the same domain the user is never logged out.
Manual solution with REST call:
When making a REST call to "/Thingworx/Server/*/Services/" using the ThingworxInvoker the user is successfully logged out, but a basic authentication prompt is immediately displayed for the user.
Is there a widget, or any way, to simply log the user out and redirect to a specified URL without a basic authentication prompt displaying in Thingworx?
Thanks in advance.

