Hello,
I'm using ODC and this Forge component, version 1.0.4, and I can't see the input parameter for sending custom claims. Could you guide me on how to send them?
Thank you very much.
Hey Alex,
Good day!
When using the CreateToken action in ODC, the TokenPayload structure only includes the standard fields — TokenId, Issuer, Subject, Audience, Scope, Expiration, NotBefore, and IssuedAt.
There is no CustomClaims field available, unlike the O11 version of the JWT component which fully supports it.
Please check the JWT O11 version documentation.https://www.outsystems.com/forge/component-documentation/1853/jwt-o11/0
This seems like the CustomClaims parameter was not carried over during the migration from O11 to ODC. This is a blocker.
Could this be added in the next release? It would be helpful.
Thanks.