I am using form based authentication with Websphere Application Server and Active Directory. Authentication can fail because of variety of reason viz.

  1. user/password incorrect
  2. Password expired
  3. Account locked because of some pre set invalid password entry.

Is there a way to know the exact reason for authentication failure.

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

Check this out and see if any of the info (particularly in the programming hints and tips helps you out).

Using a LoginFilter with relevant code should likely be the approach if you want to see the various reasons for the failure.

http://public.dhe.ibm.com/software/dw/wes/pdf/0611_botzum-WAS-60-security-programming-hints.pdf

HTH

Manglu

link|improve this answer
Thanks a lot. That answers the question. – Anshuman Jan 17 at 11:11
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.