Try Postman for free! Join 40 million users who rely on Postman, the collaboration platform for API development. Create better APIs—faster.| www.postman.com
Keeping your secrets secure, can be a huge challenge. And keeping secrets becomes a huge responsibility, especially if you’re in the business of building multi-tenant applications. Microsoft created managed identities to ease this responsibility, but according to the faq, you cannot use them to secure resources in other tenants. And that is exactly where we could use extra help is securing secrets.| svrooij.io
Azure managed identities are great. You just turn it on and your Azure Resource can request a token for other resources that support it in your tenant. This way each resource in Azure can get it’s own “identity” and Microsoft will manage the credentials for you. You’ll no longer have to store credentials in the configuration as this is all part of the managed services. This post will give you an in-depth view of how Azure allows several client apps to requests tokens for Azure Resources.| Coding Stephan