I'm considering an OAuth 2.0 scenario where the OAuth client is a web service:
user --> web service client (AJAX app on a browser) --> web service (OAuth client) --> web service (OAuth resource server)
However, I'm unable to map this scenario into any of the scenarios/use cases described in the OAuth 2.0 draft 22 or in the "OAuth use cases" draft.
Are there any references (e.g. docs, posts) regarding this kind of application?
Adding some names to clarify the discussion
user --> C (e.g. AJAX app) --> Service1 (OAuth client) --> Service2 (OAuth RS)