• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problemo with Form-based authentication in Websphere

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In our project we have implemented form based authentication. The
user-role-password information is in Plain text files. I have used custom
registry and the "com.ibm.websphere.security.FileRegistrySample" as the
reader for these text files. Websphere5.1 seems to be authenticating the user but afterwards, the call to request.getUserPrincipal() returns null. Also the call to request.getAuthType() returns null whereas I have set it to
"FORM". Please tell what may be going wrong. Eagerly waiting for a reply.
reply
    Bookmark Topic Watch Topic
  • New Topic