Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey, i am working in Client Managed Qlik Sense and I need to know if there is a way to get values passed through JWT payload, for example:
{ "jti": "k5bU_cFI4_-vFfpJ3DjDsIZK-ZhJGRbBfusUWZ0ifBI", "iat": 1658416389, "sub": "SomeSampleSeedValue", //e.g. 0hEhiPyhMBdtOCv2UZKoLo4G24p-7R6eeGdZUQHF0-c "subType": "user", "name": "Hardcore Harry", "email": "harry@example.com", "email_verified": true, "groups": ["Administrators", "Sales", "Marketing"] }
Can I get "groups" attribute and use the 3 values in a Qlik App?
Thanks in advance