A very common thread for applications running on Azure and App Services is on behalf of the user, where the application can exchange an incoming access token with its ClientId / ClientSecret to access another resource as a user. Looking at current, limited documents in the MSI API, I only see getting the access token as the application itself.
How / when will the OBO script be supported?
I know that you can store ClientId / ClientSecret in Key Vault and then use MSI credits to get them, but that seems redundant.
source share