docmasterdigitalsolutions / openid4java

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

Not receiving claimedid and delegate #173

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Click on application from google navigation bar
2. Control goes to my application and it goes to google to get the details, but 
there in application it stores DiscoveryInformation in which claimed-id and 
delegate are null.
3. Control comes back to the application with the logged in user id but 
return-to url verification fails.

What is the expected output? What do you see instead?
Expected was to verify the return-to url.

What version of the product are you using? On what operating system?
I'm using IDE springSourceToolSuit 2.8.1 with java 1.6 on Windows7.

Please provide any additional information below.
I believe the return to url verification fails because of claimed id and 
delegate is null in the DiscoveryInformation. Please let me know how to set 
claimed id and delegate in the Google app market place so that the verification 
gets successful. Or please give some other way around.

Original issue reported on code.google.com by develo...@oneappcloud.com on 7 Jan 2012 at 6:30

GoogleCodeExporter commented 9 years ago
Looks like an google integration issue.

Please post more details if still an issue, e.g. not clear:
1) what is "application from google navigation bar"
2) how does your application go to google, where exactly does it go, what 
details does it want
3) where does control come back to your application (which openid4java API)

Original comment by Johnny.B...@gmail.com on 31 Oct 2012 at 8:52