Login issue
Peter Schober
peter.schober at univie.ac.at
Wed Jul 3 08:08:37 EDT 2013
* Gilles Badouet <badouetg at uni.coventry.ac.uk> [2013-07-03 14:03]:
> I browse https://ans.247lib.com/secure (my SP is within IIS 7 with
> an html page in the "secure" folder for test). I am then redirected
> to https://amlib.co.uk:8443/idp/Authn/UserPassword (my IdP is within
> Tomcat 6)
Note that unless this is a tets system the IdP's browser-facing pages
probably should be available on the standard https port (443).
You're of course free to runit on any port you want, but then make
sure you use another port for back-channel (SOAP) requests (as the
documentation mentions running that on 8443 by default).
>, that returns me the authentication page on which I can read among
> others "Log in to ans.247lib.com". When I provide Username and
> Password, I cant log in, the message is "Login has
> failed. Double-check your username and password" I have checked all
> the logs but I cant see details about that issue.
Turn up logging at the IdP for the LDAP authentiaction phase, e.g. by
adding this line to your logging.xml:
<logger name="edu.vt.middleware.ldap.jaas.JaasAuthenticator" level="DEBUG" />
Or better yet, check your LDAP DSA's log file which is where the
error must have originated, so it is the obvious place to look.
-peter
More information about the users
mailing list