Weinong Wang

Results 16 comments of Weinong Wang

@ludydoo check out my instruction at https://github.com/weinong/k8s-dashboard-with-aks-aad, I verified that it works with my AKS AAD cluster @LouisStAmour are you using AKD AAD cluster? I believe generic oidc provider will...

@nodranael id_token, I understand your scenario, that basically renders the fallback to access token useless in AKS AAD scenario. I'm still trying to think how it can be worked around

I just got my cluster and oauth-proxy re-configured using older version. everything is working so far. I will try the new version soon!

the issue is v7.2.1 introduced a check on [ValidateSession()](https://github.com/oauth2-proxy/oauth2-proxy/blob/2c668a52d4dc6fba0b13b1ec3ed5b9b828552a0c/oauthproxy.go#L758) which, I guess, has mostly been failing for Azure provider when oauth2-proxy is used in AKS AAD scenario where the token...

The fix can be simple: I don't see any need to validate the access token in a session by calling the Graph API. If @JoelSpeed and @NickMeves agree, I can...

Access token was never validated with any API, though. This is not in any OAuth spec. The only validation is: * is this token signed by the trusted issuer -->...