ID token vs Access token in OpenID connect

Hi Lars,

If your idp returns an access_token in a JWT format just set the client_id in tyk to the value of your “aud” claim from the access_token and not the id_token and it’ll do the job.

Yaara