Hi,
I am generating a token following the tutorial for JWTs (grant_type: "urn:ietf:params:oauth:grant-type:jwt-bearer"). The API does return an access token, and it does work, but it doesn't seem to have the structure of a JWT (3 sections separated by dots...).
I am requesting it using a RSA key pair to sign the request.
I wonder if the tokens are encoded in a particular way, encrypted, or it is just an access token and not really a JWT.
Thanks!