Author: Lewis Baybutt

A more secure way of authenticating against those AAD app registrations you say? Yes, I do! You don’t need to store those secrets in text environment variables to reference… In this blog post, I’m going to show you how you can securely store your app registration secrets in Azure Key Vault and retrieve them in Power Automate flows for authenticating against registrations for use with HTTP requests / API calls! Prerequisites Some introduction… To give a little background here, we can store secret values in multiple ways. We could just stick them into an environment variable as text, but there’s…

Read More