Archives for Security - Page 3
Tableau Server Authentication Options
Tableau offers three choices for end user authentication No Authentication – Use an API key to access the public visualizations. No username/pwd or any other authentication mechanism required TTA –…
Workaround for session fixation
Tomcat A new security feature for Apache Tomcat 7 is Session Fixation Protection. Essentially, when a user authenticates their session, Tomcat will change the session ID. It does not destroy…
ROLES for a typical web application
Roles help define WHICH USERS can do WHAT. So – an ADMIN is a super ROLE – wherein all users belonging this ROLE, can do things that regular users cannot.…