Trying to use SDK authorization method
context.getUserContext().getProp("SM_USERGROUPS", <arbitrary_lenght>);
with a long string, it seems like the resulting string is truncated at 4096 byte
Is there any limitation to the length that may be passed to this method ?