Why must we "change temporary credentials for token credentials" in OAuth?

Posted by PK on Stack Overflow See other posts from Stack Overflow or by PK
Published on 2010-03-04T07:35:30Z Indexed on 2010/03/08 9:51 UTC
Read the original article Hit count: 476

Filed under:
|
|
|

Can't the server just "upgrade" the temporary credentials to token credentials and retain the same key and secret?

The client can then start doing authenticated calls right away after the recieving the callback from the server stating that the temporary credentials has been "upgraded".

Of cause if the temporary credentials have not be upgrade (i.e. client doesn't wait for callback) the authenticated call fails.

So the question is why make an extra call to the server after the callback to "exchange" temporary credentials for token credentials?

© Stack Overflow or respective owner

Related posts about oauth

Related posts about temporary