Validating an oAuth User Identity Token issues
Got a an access token using User ID & Password and Client ID & Secret as HTTP Basic Authorization header.
No scope is specified when the token is generated.
When I try and validate the token stating the action to validate and passing the assertion, I get the following error
{
"error": "invalid_grant",
"error_description": "Mismatched assertions in token, including assertion: oracle.oauth.tk_context "
}
Any help or a hint would help as there is no information about the details of this error.