Ever used Managed Identities in Azure? You should, it’s a great way to get rid off passwords in your code and configuration. In this post I’ll show you how managed identities actually work. And how I built a small app that should help you use the ManagedIdentityCredential in Docker and or during development. App running in docker using Managed Identity| svrooij.io
Ever since Microsoft created managed identities, people are asking how/if they work for multi-tenant applications. They even spend a faq on it. In my previous post I wrote that it was possible to use a managed identity to get access tokens for some multi tenant application, if you haven’t seen that post be sure to check it out since this post uses the knowlage from that post to demo the process.| svrooij.io