Error Handling Behavior of WebSphere Liberty TAI

less than 1 minute read

This is a sample project to demonstrate the usage of WebSphere Liberty Trust Association Interceptor (TAI). TAI is used in one of our projects as the authentication mechanism. It intercepts all requests coming to the server and determines if it’s from an authenticated user or not. If it’s not(or session expired, etc.), it will prompt the user to authenticate.

Updated:

Comments