Hi,
When I try to do an AuthSub Proxy authentication using a secure
"registered mode". I get the following error "execution of
exchangeForSessionToken". But if I change the parameter "registered
mode" to false. It works just fine. So if I change the 3rd parameter
to true in the code below it throws the "execution of
exchangeForSessionToken" error. But if I make it false, it works just
fine. And yes I have registered my webapplication and included the xml
file. As a matter of fact it used to work in the registered mode last
week, but not anymore. Can someone help me with this regard. I was
wondering if there is a problem with google's registered mode
authentication code. Any suggestions are greatly appreciated.
GotoAuthSubLink.NavigateUrl = AuthSubUtil.getRequestUrl("http://
www.example.com/RetrieveToken",
"http://
www.google.com/calendar/feeds/",
true,
true);
Thanks,