--
You received this message because you are subscribed to the Google Groups "DotNetOpenAuth" group.
To post to this group, send email to dotnet...@googlegroups.com.
To unsubscribe from this group, send email to dotnetopenid...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/dotnetopenid?hl=en.
Is there a valid use case where a second request could be made with the same security context (user, requesting application etc..) and efficiencies can be gained from returning a cached token rather than creating a new one? I have seen that use case in a different paradigm.
JF
I think that approach would assume that the authorization server was mostly engaged in signing, and most or all of the auth data required for the token is present in the inbound request. If that is true then I totally agree. The scenario I was coming from required the auth server to obtain some of the authorization information to be signed and included in the token, and hitting the cache outperformed retrieving that data. I’m likely coming from a different context, so excuse me if the observations aren’t relevant.