Access token vs id token

Hi @william.richards

You MUST specify an audience when requesting an access token. The audience is the name of the API that the token is valid for. If you do not specify an audience you get an opaque access token (that 32 character string you are seeing).

John