© 2026 Hashnode
In the world of modern web applications and APIs, authentication and authorization mechanisms are critical. Whether you're building a RESTful API, working with OAuth2, or integrating third-party services, you've likely encountered the term "Bearer To...

What Is Azure-Identity Library Azure Identity library provides Microsoft Entra ID (AAD) token authentication support across the Azure SDK. It provides set of of methods which can be used for Microsoft Entra ID authentication via token generation. I w...

In my previous article, we talked about how we can utilize KeyCloak as an IAM solution to protect our API endpoints. In this blog, we will explore some of the fundamental functionalities of KeyCloak such as: Client Credential Grant Password Grant ...

In this blog, we will see steps on how to create an authorization header using bearer token created for an Azure storage account resource and call PUT blob REST API to upload a file using Postman. We will provide the required permission to perform th...

In this post, we will go through steps to get a bearer token which will be used to invoke Azure-provided APIs for various services. We will also learn some basics of using the Postman client app. Run Postman application- first create a new environme...
