Overview
When you try to decode the JWT bearer token in -oauth2_access_token
, you get errors and are not able to decode it. You would like to get information on what kind of attributes does this token has and if the token can be re-used and passed to another web application such as in the authorization header of a POST API request.
Information
The -oauth2_access_token
is encrypted by Aurea CRM and should only be used within Aurea CRM. Since the token is encrypted, third-party services will not be able to decode it and show errors upon attempts of decoding. For the same reason, you will not be able to use the token in any other application.