Can’t we have two jwt issuers and jwks endpoints on one requestauthentication policy of istio? because I have two identity providers so I need to validate token of either to access the service. will it be possible with istio? can anyone help me to solve this?
1 Like
I am also looking for almost the same solution. I am using keycloak authentication but with multiple realms. The request is valid for any realm matches. So I need a regex match for iss
.