docmasterdigitalsolutions / openid4java

Automatically exported from code.google.com/p/openid4java
Apache License 2.0
0 stars 0 forks source link

Verification just stops works after some weeks... #208

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
After som weeks running my application, that is deployed in Amazon the 
verification mechanism stops work. The scenario is:
1. Actor try to login with an Google account and is redirected to Google 
login-page.
2. Actor enter username and password.
3. The idp (google) is validating the user and sends a request to my 
javaservlet.
4. My servlet is trying to verifying the response and it fails with is after 
some weeks.

I attach my code and snippet from my log-file.

Original issue reported on code.google.com by robert.g...@gmail.com on 31 Jan 2014 at 7:18

Attachments:

GoogleCodeExporter commented 9 years ago
I've been experiencing something similar with a 3rd party integration. Even 
after a few days, it starts trying direct verifications, only to fail. I'm not 
sure if this is an issue with openid4java, or something on the OpenID 
Provider's side.

Original comment by mich...@team.shoeboxed.com on 27 Jun 2014 at 3:52