principalId is not required to get a system assigned managed identity token.
I understand that it is required as username ofr redis, still it can be extracted from the JWT token (it is the oid claim).
It's a pain in my case to put this info in the settings since I have an azure web app with deployment slots, and each slot has it's own principalId :(
principalId is not required to get a system assigned managed identity token.
I understand that it is required as username ofr redis, still it can be extracted from the JWT token (it is the oid claim).
It's a pain in my case to put this info in the settings since I have an azure web app with deployment slots, and each slot has it's own principalId :(