TestShib
Kevin Foote
kpfoote at uoregon.edu
Tue Dec 9 16:08:43 EST 2014
> On Dec 9, 2014, at 1:02 PM, Sathish Anickode <SAnickode at skytouchtechnology.com> wrote:
>
> I have setup an Idp in my local machine using Tomcat 6.0.43 and was able to access profile/Status page successfully. I have configured my authentication handler for UserNamePassword authentication and configured login.config for ldap authentication using an OpenLDAP store.
>
> When I access the login page from idp/login.jsp and submit a valid user id and password, the request is submitted to idp/j_security_check, but I get the following error:
> ERROR
> An error occurred while processing your request. Please contact your helpdesk or user ID office for assistance.
> Error Message: Invalid IdP URL (HTTP 404)
> I do not see any entries in the log. Based on the error message, it seems that the IdP does not recognize JAAS authentication. Can you please help with what I am missing?
You need to do a full SAML authentication flow for the IdP to work correctly.
In other words accessing /idp/login.jsp will not get you anywhere with positive results, that is not how it is supposed to work with this software.
You need to register a Service Provider (SP) with your IdP to verify things work the way they should.
Feel free to use testshib.org [1] for your testing purposes for thing like this. Then you can access the testshib SP and use your IdP to authenticate.
[1] https://www.testshib.org/register.html
--------
thanks
kevin.foote
More information about the users
mailing list