Is there any step-by-step tutorial on Tyk and Gluu for Open Id connect?

Hi,

I found a step-by-step guide tutorial on Tyk & Gluu in this URL (//tyk.io/docs/tyk-developer-portal/tyk-portal-classic/gluu-dcr/), which is about client credential flow using JWT. In this tutorial, it shows how to use Postman and put client id, client secret, and grant type on request body, and exchange the access token with Idp.

I am just wondering is there any similar step-by-step tutorial for Tyk & Gluu on Open Id connect? Like how to use the Id Token to access the API through Tyk?

Thanks.

Regards,

Maan Tarng

Looking at our docs, I don’t think we have. However, I assume you should be able to hack it by following step 5 of Worked Example - API with OpenIDC Using Auth0.

What you need is both the iss claim and the aud claim from the JWT. Hope this helps.

@Olu Thanks for your help and information.