Sorry for the delay in the AuthSub processing.

The signature does not get placed in a HTML page.  It gets placed as part of
HTTP 'Authorizaton' header in addition to the token that you would normally
send for a non-signed request.

Following is a sample request from this page:
http://code.google.com/apis/accounts/AuthForWebApps.html#signingrequests

*Sample Request:*

GET /accounts/AuthSubSessionToken HTTP/1.1
        Content-Type: application/x-www-form-urlencoded
        *Authorization: AuthSub token="GD32CMCL25aZ-v____8B"
            data="GET https://www.google.com/accounts/AuthSubSessionToken
                1148503696 15948652339726849410" sig="MCwCFrV93K4agg==" 
sigalg="rsa-sha1"*
        User-Agent: Java/1.5.0_06
        Host: https://www.google.com
        Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2


        Connection: keep-alive

*Note: *The Authorization line must be on a single line.
Does this, or the documentation linked to above help make this process a bit
more clear?

Thanks,

-Ryan


On 2/25/07, Encampjove.com <[EMAIL PROTECTED]> wrote:
>
>
> Hello,
>
> I make a client certificate with free CaCert.org service, then, I send
> that to google auth mail, and one moth later it asnwer registration
> has been processed successfully.
>
> Now, I tried secure tokens, but I can't obtain a good aswer.
>
> I read the manuals, but I don't understand who must do, what is the
> basic process....
>
> Anybody have a simple example of this secure system please? Or a URL
> who explain it.
>
> I think I need to sign the call to
> https://www.google.com/accounts/AuthSubSessionToken,
> but I don't know in what part of my html page I must put the SHA1
> fingerprint.
>
> I'm totally loose!!! Help Please! Thanks!
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Calendar Data API" group.
To post to this group, send email to 
[email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to