Form-based Authentication or Auto "logoff" after 10 minutes
Version: Windchill 12.1
Use Case: Need the Browser / Windchill to log out the user after about 10 minutes. Need a well documented example to setup FBA using Windchill tomcat.
Description:
I'm trying to find a way to log a user out after 10 minutes. (this time could / should be changeable)
From my investigations / understanding You can enable Form-based Authentication and then you can change the servlet session timeout of 30 minutes is set in <Windchill>/codebase/WEB-INF/web.xml
Changing that alone does not work. So I assume that you need to enable forms based auth.
I have been through countless support articles on using Form-based Authentication. I have also read through the helpfiles and I'm lost.
I'm trying to use windchill tomcat to do the FBA
I have set the wt.properties like this.
wt.auth.form.enabled=true
wt.auth.form.submitUrl=https\://MYWINDCHILL.com/Windchill/login/login.jsp
wt.auth.form.loginMarker=<form method="POST" action="j_security_check" id="login">
wt.logout.url=https\://MYWINDCHILL..com/Windchill/login/login.jsp
I get the following

And then I get the following

Does anyone have a working example, as the ptc help files are too vague for me.
Any help would be appreciated.
Bryan

