Please ignore I am able to resolve and got the full token by changing scope to data instead of user.
Bearer token from web activity is getting truncated
Lakshmi Niharika Paladugu
15
Reputation points
Hi I am retriving bearer token from rest api using synapse web activity. But when that access_token is used to get data then facing unauthorization error. While debugging used synapse received token in postman then same unauthorization error but when token from postman is used in synapse then able to get data. On observation found that token is of length 281 in postman whereas in synapse it is 274. Can someone help on how to retrieve full token without truncation. Found some old posts but there is no solution provided in that . Thanks, Niharika