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
Long number is recognized and json is produced {"accountNumber3": 3456}
Actual behavior
2024-08-01 12:14:10,442 ERROR [qtp1714078840-20] [org.gluu.oxauth.service.external.ExternalUpdateTokenService] (ExternalUpdateTokenService.java:56) - Claim value is not suppor
ted, key: accountNumber3, value :3456
java.lang.UnsupportedOperationException: Claim value is not supported, key: accountNumber3, value :3456
at org.gluu.oxauth.model.jwt.JwtClaimSet.setClaimObject(JwtClaimSet.java:217) ~[oxauth-model-4.5.6-SNAPSHOT.jar:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:207) ~[jython-standalone-2.7.3.jar:2.7.4a1-SNAPSHOT]
at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:225) ~[jython-standalone-2.7.3.jar:2.7.4a1-SNAPSHOT]
at org.python.core.PyObject.__call__(PyObject.java:512) ~[jython-standalone-2.7.3.jar:2.7.4a1-SNAPSHOT]
at org.python.core.PyObject.__call__(PyObject.java:517) ~[jython-standalone-2.7.3.jar:2.7.4a1-SNAPSHOT]
Support: 11888
The text was updated successfully, but these errors were encountered:
yuriyz
changed the title
feat(oxauth):
feat(oxauth): jython script code does not recognize 3456 number
Aug 1, 2024
Describe the issue
Following jython code does not recognize
3456
number.Steps To Reproduce
Run jython script with long number
3456
Expected behavior
Long number is recognized and json is produced
{"accountNumber3": 3456}
Actual behavior
Support: 11888
The text was updated successfully, but these errors were encountered: