Spring Security – Authenticating via TAM (Tivoli Access Manager)
In my previous post, I wrote about the authentication and authorisation process of a webapp using Spring Security via LDAP. Lately my company is transferring the authentication/authorisation mechanism from a distributed scheme (each webapp is responsible for authentication/authorisation) into a centralized scheme via Single Sign On mechanism. I think this is a great structural way [...]