Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to implement a solution in MASHUP where users are anonymous also need to pass an attribute to see the section data or filtered data set.
Solution I am thinking of :
1) Establish a JWT connection with passing the attribute
2) Passing this attribute values in REST Connector as a token
3) Passed token will communicate to variable in Data Editor for filtering the data sets.
Please let me know if anyone have implemented such solution ?