On Wed, Sep 23, 2009 at 11:19 AM, Paul Lindner <plind...@linkedin.com> wrote: > I was wondering if someone could contribute some documentation for the > activeUrl field used in the security token. It appears that this is used to > allow for proxied callbacks with the OAuth proxy, but I'm still a little > unsure. Any help appreciated.
It's the URL of the request being processed, and that is indeed it's purpose. I kind of expected other people to find a use for it, though. There is java doc in the SecurityToken interface, I assume you want additional details beyond that...? Cheers, Brian