I would like to do a bit more than manually test my openid glue code which happens to use the openid4java library. My goals would be to be able to run it within my IDE with a bunch of tests using Junit or similar.
Selenium & tomcat
I was thinking of using selenium and a tomcat but thats not exactly a nice approach as this is a bit heavy...
I have been looking at http://code.google.com/p/openid4java/wiki/SampleConsumer and it is hardcoded to work with type "fetch_request". Does it matter which type one wants, is there a way to tell or can one just use Fetch requests.
...
Hi,
I have implemented one service that perform operation required for OpenID login authentication using openid4java library.
Flow of application is some think like as below
JSP page for getting OpenID from user
JSP page 's actions servlet
Servlet fetch openid parameter , interacts with the service to get required information to re...
I am currently implementing an OpenID Relying Party (RP) and Identity Provider (IdP) with Java HttpServlets using the OpenID4Java library. I have run into trouble getting two servlets to communicate with each other. I believe the problem I am having is to do more with how Servlets behave, however I have included info about my applicati...