How to integrate OpenIdconnect with istio?

Viewed 1675

I want to authenticate end users using JWT provided by OpenId connect providers like keycloak or auth0..etc in a istio service mesh.But I am not able to successfully integrate it proboably because I am new to JWT auth and istio.

Can someone provide right information and sources to complete the authentication?It will be really helpful.

1 Answers

There are some links which could be helpful with JWT


For JWT with auth0


And for JWT with keycloak


But I am not able to successfully integrate it proboably because I am new to JWT auth and istio.

If you have tried 1 of below tutorials and it didn't work my suggestion would be to create new stackoverflow question and accurately describe your problem there, so community could actually help you with your issue.


I hope those links help you. Let me know if you have any more questions.

Related