OIDC callback URI for Istio

Hello All,

I am trying to implement End-user authentication functionality of Istio. I am following the official docs end-user-authentication for this.

So far, I am able to verify whether JWT token is present in request header or not and it seems to be working fine, giving me status code 200 or 403.

My question is, what will be the callback URI of Istio that I need to configure in my WSO2 server where the JWT token will be consumed? I am unable to find this information and I am stuck here.

Kubernetes Version - 1.20.6
Istio Version - 1.9.4

Any kind of help is appreciated!