Quang Phanquangphan.hashnode.dev·Oct 24, 2024Introduction to KeyCloak's OAuth 2.0 functionalities.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 ...Discuss·35 readsOAuth2
Asim LatifforCodefy Labs's Blogscodefylabs.hashnode.dev·May 19, 2024Access and Refresh Tokens Using KTORIn addition to the conventional method of handling access and refresh tokens by monitoring response status codes and initiating a refresh token request upon encountering a 401 (Unauthorized) error, Ktor provides a distinct centralized approach within...Discuss·40 readsAndroidKotlin
Suraj Somanisurajsomani.hashnode.dev·May 6, 2023Azure blob storage - upload blob using REST API and bearer token in PostmanIn 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...Discuss·196 readsAzure REST APIsazure REST API
Suraj Somanisurajsomani.hashnode.dev·Apr 8, 2023Get bearer token using postman & Azure REST API- Grant type as Client CredentialsIn 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...Discuss·173 readsAzure REST APIsAzure