I am facing intermittent behavior while reading custom attributes in APP Level

Not applicable

Hi,

I am reading custom attributes in java script like this

context.getVariable('verifyapikey.VerifyClientIDToken.customizedtoken')

previous i am able to read.From the past 3 days i am facing this issue

intermittent behavior while reading

Thank you

Solved Solved
0 1 64
1 ACCEPTED SOLUTION

Not applicable

Hello @Guru Venkatesh,

I do it in a different way. After the verify API Key is done, I place one access entity policy to get the product details and then place the javascript to read them.

I also do a caching of the data that comes out from the access entity, with a configurable timer.

And I have not faced any issues so far.

View solution in original post

1 REPLY 1

Not applicable

Hello @Guru Venkatesh,

I do it in a different way. After the verify API Key is done, I place one access entity policy to get the product details and then place the javascript to read them.

I also do a caching of the data that comes out from the access entity, with a configurable timer.

And I have not faced any issues so far.