Is there a benefit to validate the signature in an OAuth Authorization Code Flow?
We’re utilising OAuth’s Authorization Code Flow to authorize the user for an internal action within the application, as opposed to handing off the access token to a separate API.
Under normal circumstances the API recipient would validate … Continue reading Is there a benefit to validate the signature in an OAuth Authorization Code Flow?