WAS-Active Directory Reason for Authentication failure

235 Views Asked by At

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.

1

There are 1 best solutions below

0
On BEST ANSWER

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