Has anyone successfully implemented the <em><strong>Google Identity Toolkit</strong></em>, an implementation of an <a href="http://accountchooser.com/" rel="nofollow"><em><strong>Account Chooser</strong></em></a>. I followed the initial steps here, but I still have a few questions, as I don't quite know how to handle the entire data flow. I'm using Clojure / Compojure in the back-end:
<ul>
<li><a href="http://havethunk.wordpress.com/2011/08/10/google-identity-toolkit-asp-net-mvc3/" rel="nofollow">http://havethunk.wordpress.com/2011/08/10/google-identity-toolkit-asp-net-mvc3/</a></li>
<li><a href="http://code.google.com/apis/identitytoolkit/v1/acguide.html" rel="nofollow">http://code.google.com/apis/identitytoolkit/v1/acguide.html</a></li>
</ul>
A) don't quite understand how ID Provider authentication, fits into my data model
<ul>
<li>when implementing the callbackURL, what data should I expect, and
how's that session state managed by GITkit (and all Account Choosers)</li>
</ul>
B) Is there a way to set this up the 'callbackURL' for development.
<ul>
<li>the identity provider would need a URL that it can redirect back to</li>
</ul>
C) How can the GITkit / Account Chooser workflow let my users register an account that's native to my app?
Thanks in advance
<ul>
<li><a href="http://havethunk.wordpress.com/2011/08/10/google-identity-toolkit-asp-net-mvc3/" rel="nofollow">http://havethunk.wordpress.com/2011/08/10/google-identity-toolkit-asp-net-mvc3/</a></li>
<li><a href="http://code.google.com/apis/identitytoolkit/v1/acguide.html" rel="nofollow">http://code.google.com/apis/identitytoolkit/v1/acguide.html</a></li>
</ul>
A) don't quite understand how ID Provider authentication, fits into my data model
<ul>
<li>when implementing the callbackURL, what data should I expect, and
how's that session state managed by GITkit (and all Account Choosers)</li>
</ul>
B) Is there a way to set this up the 'callbackURL' for development.
<ul>
<li>the identity provider would need a URL that it can redirect back to</li>
</ul>
C) How can the GITkit / Account Chooser workflow let my users register an account that's native to my app?
Thanks in advance