Introducing API Gateway
API Developers often face with following challenges: It is difficult to manage multiple API versions and environments. It takes a
Read MoreAPI Developers often face with following challenges: It is difficult to manage multiple API versions and environments. It takes a
Read MoreThe Security Assertion Markup Language (SAML) provides two important features: cross-domain single sign-on (SSO) and identity federation. Many enterprises have
Read MoreOAuth 2.0 provides a framework for authorizing applications to call APIs but isn’t designed for authenticating users to applications. From
Read MoreIdentity delegation has been revolutionized by OAuth 2.0. It is primarily responsible for solving the problem of access delegation. Say
Read MoreThe Transport Layer Security protocol (TLS) ensures the confidentiality and integrity of data in transit, and by enforcing client authentication,
Read MoreAny system is no stronger than its weakest link. Connectivity relies heavily on APIs. We live in a world where almost
Read MoreThis is the 12th post in a series on microservices architecture The deployment process involves two interrelated concepts: Deployment process — In
Read MoreThis is the 11th post in a series on microservices architecture Microservice architectures are distributed architectures. Each external request is
Read MoreThis is the 10th post in a series on microservices architecture As a service, you must implement various cross-cutting concerns
Read MoreThis is the 9th post in a series on microservices architecture When your code invokes a service using a REST
Read More