Using cookies for Weblogic Authentication
Hi!
I'm trying to port a Java Web Application to Weblogic that uses an encrypted browser cookie for authentication. This cookie is not a Token or any standard form of authentication (long history behind this project).
I've tried creating an AuthenticationProvider and/or IdentityAsserter, but neither of those give me access to the HTTP Request that I need to get the cookies.
I tried a ServletAuthenticatorFilter...which does have access to the HTTP Request....but I couldn't find an example of how to tie that into weblogic so that I could authenticate and register a user right from a ServletFilter.
I'm trying to port a Java Web Application to Weblogic that uses an encrypted browser cookie for authentication. This cookie is not a Token or any standard form of authentication (long history behind this project).
I've tried creating an AuthenticationProvider and/or IdentityAsserter, but neither of those give me access to the HTTP Request that I need to get the cookies.
I tried a ServletAuthenticatorFilter...which does have access to the HTTP Request....but I couldn't find an example of how to tie that into weblogic so that I could authenticate and register a user right from a ServletFilter.
0