Custom claims on bc-authorize

Hi All,

on /bc-authorize, we store some custom info in the authentication tree (node state).

Is there a way to hook in these custom claims into the access token on the next step (when /access_token is invoked) ?

since the /access_token is a stateless call for us (no user session), we can’t set the custom value in the session property.

offcourse we can set the custom value in Redis in a ScriptedDecisionNode in the tree and then look it up in the AccessTokenModify script, however - ideally would be great to have a native AM solution

Thank you
Josh