Learn how to publish NuGet packages without an API key using GitHub Actions and trusted publishing for easier management.| Coding Stephan
Ever since Microsoft created managed identities, people are asking how/if they work for multi-tenant applications. They even spend a faq on it. Previously you had to go through some hoops to use managed identities with your multi tenant app. Let’s have a look if we can solve this with in combination with federated credentials.| Coding Stephan
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.| Coding Stephan