You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was testing what happens you use a token from a different server. The result was not invalid-signature as I had expected, but:
err:XPTY0004 It is a type error if, during the static analysis phase, an expression is found to have a static type that is not appropriate for the context in which the expression occurs, or during the dynamic evaluation phase, the dynamic type of a value does not match a required type as specified by the matching rules in 2.5.4 SequenceType Matching. xs:string(invalid-signature) is not a sub-type of xs:QName
I was testing what happens you use a token from a different server. The result was not
invalid-signature
as I had expected, but:I believe that is due to line 83 in jwt-xqm where it says:
The fix would be:
The text was updated successfully, but these errors were encountered: