i am seeing 0 successful execution for token inline hook, when executed from postman i am receiving the response from external service but the access token doesn’t contain the claim added.
Response from external service:
{
“error”: null,
“commands”: [
{
“type”: “com.okta.access.patch”,
“value”: [
{
“op”: “add”,
“path”: “/claims/assertion”,
“value”: “assertion”
}
]
}
],
“debugContext”: {}
}