Ah, now I see that the accessor clientAuthenticationType is the thing that dictates which one is called. Makes sense.
So it looks like this is what I want for my requirements. The only outstanding question then is if I can access the security token. Not seeing a readily available way of doing this. Thanks, doug On 12/5/11 2:29 PM, "daviesd" <[email protected]> wrote: > According to this > > http://docs.opensocial.org/display/OSD/Client+Authentication > > If I want to add additional request header values to the ³authorization code > request² I would need to add another client authentication handler. Am I > understanding this correctly? Do all the handlers get called, so for example > there would be StandardAuthorization and BasicAuthorization data as well as > whatever I add? > > Also, inside of these handlers do I have access to the request security token? > I need to pull the value I am passing along from there. > > Any help or ideas are appreciated. > > Doug
