-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
When using a JTI it gets set twice. This is due to the fact that it hasn't been added to the saBlacklistMembers (String[]) in EncodeJWTEx.
First it will check if a value has been set by calling this:
If (HasMember(hoJsonWebToken, 'jti')) Begin
Get MemberValue of hoJsonWebToken 'jti' to sJti
Move (AddressOf(sJti)) to stl8w8jwt_encoding_params.jti
Move (SizeOfString(sJti)) to stl8w8jwt_encoding_params.jti_length
End
And later on in the same function it gets added as a "custom" claim because it is not listed in the string array saBlacklistMembers.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels