You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the problem here is that in AKS environment it fails to retrieve an access token because client id I'm using there is that of an app registration instead of managed identity client id
if I set it to managed identity client id, API A manages to authenticate to API B but now client application calls fails because of different client id and the fact that managed identity can't expose a scope as app registration can
Also I've tried to do this but it gets ignored and uses ClientId set in "AzureAd" section anyways:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I'm not sure if I'm failing to understand some concept but I'm gonna try to explain what issue I have.
Also I've tried to do this but it gets ignored and uses ClientId set in "AzureAd" section anyways:
I'm not sure if I'm failing to understand something crucial but please help me understand this.
Beta Was this translation helpful? Give feedback.
All reactions