Any alternate to JWT token. As it can be decoded easily.

Copper Contributor

Hi There,

I need help to know if we have any alternate solution for authorizing user to access resource via REST calls. As far as I know, we have to generate JWT access token and then make a call to ARM REST API to get the resource details.

 

However, JWT token can be decoded and I am looking for a highly encrypted way to make a REST call and get the resource details.

 

Please help!

0 Replies