Category: DevOps

How to use AWS REST API for operation work

REST (Representational State Transfer) API is an interface that two computer systems use to exchange information securely over the internet. REST is a software architecture that imposes conditions on how an API should work. REST API supports the exchange of the information because it works with secure, reliable, and efficient software communication standards. This article […]

READ MORE

Azure Service Principle Name (SPN) for single or multiple organizations for REST API

The requirement is to integrate your business application with Azure AD, you have to do App registration first. During the process, it generates an App identity. This is also known as Service Principal Name (SPN), local to the Azure Active Directory tenant. Through Service Principle Name helps in-house or third-party applications to register with Azure […]

READ MORE