Articles
How to generate a client secret in an Azure AD app automatically
This article explains how to add a client secret in an app registered in Azure AD, using the APIs. It provides step by step instructions to achieve this objective, so that you can utilize them in your apps effectively.
Read Custom Attributes - Azure Logic App
You have some custom attributes in your Azure Active Directory B2C (AAD-B2C), and you want to read them in your application.
This article presents a way to read these attributes using a Logic App and Graph API(s). You can use and adapt it to match your requirements.
Implement oAuth2.0 in Azure APIM
OAuth2.0 stands for “Open Authorization”. It enables an app to access resources hosted by other web app on behalf of a user.
This article describes how to implement OAuth2.0 for an API hosted in Azure APIM.
The overall goal is explained using a few simple steps.
Clean Code
As a Software developer, many a times, we receive the code review comments, which are not very clear e.g., the reviewer says — the code is not properly commented, but what are the proper comments? We get the feedback is that the code can be optimized — but how?
Introduction to RabbitMQ
You have a process, and it needs to send a message to some other one. The most basic way to accomplish this task is through the socket programming.