• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Form-based login in WAS 4.0.2

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I can't seem to get form-based authentication to work in WAS 4.0.2 - using SecureWay 3.2.1 and DB2 7.2
I've tried both the j_security_check and a custom login servlet - neither is completely successful.
Using the custom-login servlet, after what seems like successful authentication, access to the protected resource is still redirected to the login page (I also had to code the redirect myself)
Using j_security_check the redirect is to my welcome page defined in my web app's deployment descriptor - which is not the protected resource I originally requested. Subsequent requests to protected resources still redirect me to the login form.
Has anyone got a .war of form-based authentication in WAS 4.0.2 that works?
Thanks.
 
Bill M
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Fixed. I was using "localhost" for ltpa/ldap (sso enabled), so changed that to a fully qualified name. I also reconfigured Secureway to use the same fully qualified name instead of "localhost" as well. I also configured the proper AdminRole user in the Security Centre and all seems to be working properly now.
[ February 20, 2002: Message edited by: Bill M ]
 
Space seems cool in the movies, but once you get out there, it is super boring. Now for a fascinating tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic