Istio and Keycloak

Can I do JWT Authentication using Keycloak ? So that if no JWT is provided, Istio should redirect me to the Keycloak login page, and after the login back to my endpoint ?

This is not supported in RequestAuthentication, you may want to check the OIDC integration here: https://github.com/istio-ecosystem/authservice#introduction

1 Like