You need to sign in to do that
Don't have an account?

Example of OAuth2 signature validation
The article Digging Deeper into OAuth 2.0 on Force.com describes being able to validate the ID field was not modified. I'm trying to understand better how to perform that validation and am wondering if there are any examples. I didn't see any in the getting started guide.
Thanks
As the article explains, the signature is a "Base64-encoded HMAC-SHA256 signature signed with the consumer's private key containing the concatenated ID and issued_at.", so to validate you would do something like: