Team,
We need to perform JWT Oauth Token validation for all ingress activities in aks.
Nginx support this feature through
location / { proxy_pass: }
Or
annotations: nginx.ingress.kubernetes.io/auth-url:
Does Application Gateway Ingress Controller(standard v2 sku) supports this functionality.