Is there any way to set several redirect URLs after timeout?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Is there any way to set several redirect URLs after timeout?
Customer has several organizations and each organization have "Form login" pages.
Customer wants to redirect to form login pages (<servername>/Thingworx/FormLogin/<Organization Name>) after timeout occur.
Is there any way to set several redirect URLs after timeout occur with condition user/organization?
- Labels:
-
Security
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Chikashi, you can redirect users to a specific URL using this REST call:
http://<server>/Thingworx/Server/*/Services/Logout?method=post&_redirectURL=<URL>
You would need to write a custom service around it though.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Aanjan
Thanks!
If we use services, I guess we need to know the current session idle time.
I saw the "CurrentSessionInfo" and "UserManagementSubsystem", but could not find way to know the current session idle time.
The default idle timeout is "30", and I think the tomcat monitor it with JSESSION ID cookie.
Is there anyway to know the current session idle time?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Can not really be done based on Time Out, however if they are using SSO, with the Authenticator at least when a re-auth comes up, it should be able to pick that up and re-direct to the proper page.
