recently we has a situation that need fix and test few web applications that has been join the company SSO feature,but it looks like the SSO is not working for that environmental,we need bypass SSO,fix and test application.
go through the application,find out that,there is a Jspfilter that add SSO securityToken to session,for all url if they are not exist,so we commented out the filter from web.xml, and change the auth-method to basic in web.xml,rebuild application and deploy to server,vola, SSO was bypassed.
No comments:
Post a Comment