Weinong Wang
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
Azure provider with v7.2.1 and ADAL stop working - Access token validation failure. Invalid audience
Sorry. been very busy. I will circle back next week.
Azure provider with v7.2.1 and ADAL stop working - Access token validation failure. Invalid audience
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!
Azure provider with v7.2.1 and ADAL stop working - Access token validation failure. Invalid audience
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...
Azure provider with v7.2.1 and ADAL stop working - Access token validation failure. Invalid audience
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...
Azure provider with v7.2.1 and ADAL stop working - Access token validation failure. Invalid audience
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 -->...
Azure provider with v7.2.1 and ADAL stop working - Access token validation failure. Invalid audience
i'm working on the fix and please be patient with me :D
@FumingZhang PTAL
@julienstroheker PTAL