Hi all,
I am using spring security 3 on a standalone application and it is working fine.
Now i want to use spring security 3 with weblogic server, Meaning that ,
I want the weblogic to authenticate and then spring security carries on its job.
What are the steps that i should do in order to fulfill this scenario.?
Thanks,
First ensure you can get WebLogic to authenticate. This is independent of Spring Security, but it is important to ensure you have this working first. Next read up on Pre-Authentication Scenarios.
Thanks,
Yes weblogic is authenticating perfectly.
But, Is there any example or a demo for the Pre-Authentication cenario
There is no sample for using WebLogic specifically, but there is a sample in git at samples/preauth that demonstrates PreAuthentication. There is a link to download 3.0.x as a tar or you can use git to check it out. |